summaryrefslogtreecommitdiff
path: root/devel/cbind/files/patch-files.c
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cbind/files/patch-files.c')
-rw-r--r--devel/cbind/files/patch-files.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/cbind/files/patch-files.c b/devel/cbind/files/patch-files.c
new file mode 100644
index 000000000000..9b368b2ac2a8
--- /dev/null
+++ b/devel/cbind/files/patch-files.c
@@ -0,0 +1,18 @@
+--- files.c.orig Fri May 19 16:45:30 1995
++++ files.c Mon Dec 23 08:38:17 2002
+@@ -1,5 +1,6 @@
+ #include "ansi.h"
+ #include "hostinfo.h"
++#include "host.h"
+ #include "config.h"
+
+ #include <sys/types.h>
+@@ -11,7 +12,7 @@
+ #include <sys/mman.h>
+ #else
+ #include <unistd.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #endif
+
+ #undef NULL