mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
14 lines
311 B
Plaintext
14 lines
311 B
Plaintext
$NetBSD: patch-ai,v 1.1 2005/07/20 16:03:24 kristerw Exp $
|
|
|
|
--- xmovectrl/xmovectrl.h.orig Wed Jul 20 17:55:10 2005
|
|
+++ xmovectrl/xmovectrl.h Wed Jul 20 17:55:59 2005
|
|
@@ -54,7 +54,7 @@
|
|
|
|
#include <sys/time.h>
|
|
#include <sys/socket.h>
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
|
|
|
|
Global int pad P((long n ));
|