freebsd-ports/devel/cbind/files/patch-cbind.c
Frank J. Laszlo 136702793d 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)
2006-11-09 13:56:24 +00:00

11 lines
236 B
C

--- cbind.c.orig Fri May 19 17:17:06 1995
+++ cbind.c Mon Dec 23 08:38:17 2002
@@ -6,7 +6,7 @@
#include <sys/types.h>
#include <string.h>
#include <unistd.h>
-#include <malloc.h>
+#include <stdlib.h>
#undef NULL
#define NULL 0