summaryrefslogtreecommitdiff
path: root/devel/cbind/files/patch-buffer.c
diff options
context:
space:
mode:
authorFrank J. Laszlo <laszlof@FreeBSD.org>2006-11-09 13:56:24 +0000
committerFrank J. Laszlo <laszlof@FreeBSD.org>2006-11-09 13:56:24 +0000
commit136702793db32df55728ddfc65b65c6e20d53414 (patch)
tree13c07928c2fc47e0d4587b7e1f27bb4ba2b47e82 /devel/cbind/files/patch-buffer.c
parent Upgrade to version 1.4.2 (diff)
New Port: devel/cbind
This tool is designed to aid in the creation of Ada bindings to C. PR: ports/105182 Submitted By: "John Merryweather Cooper" <john_m_cooper@yahoo.com> Approved By: flz (mentor)
Notes
Notes: svn path=/head/; revision=176935
Diffstat (limited to 'devel/cbind/files/patch-buffer.c')
-rw-r--r--devel/cbind/files/patch-buffer.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/cbind/files/patch-buffer.c b/devel/cbind/files/patch-buffer.c
new file mode 100644
index 000000000000..50d4cdcef34b
--- /dev/null
+++ b/devel/cbind/files/patch-buffer.c
@@ -0,0 +1,11 @@
+--- buffer.c.orig Fri May 19 16:53:44 1995
++++ buffer.c Mon Dec 23 08:38:17 2002
+@@ -5,7 +5,7 @@
+ */
+
+ #include <sys/types.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include "ansi.h"
+ #include "buffer.h"
+ #include "allocate.h"