diff options
Diffstat (limited to 'devel/cbind/files/patch-allocate.c')
| -rw-r--r-- | devel/cbind/files/patch-allocate.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/cbind/files/patch-allocate.c b/devel/cbind/files/patch-allocate.c new file mode 100644 index 000000000000..8491e56be3b7 --- /dev/null +++ b/devel/cbind/files/patch-allocate.c @@ -0,0 +1,11 @@ +--- allocate.c.orig Fri May 19 16:53:10 1995 ++++ allocate.c Mon Dec 23 08:38:17 2002 +@@ -4,7 +4,7 @@ + #include <sys/types.h> + #include <unistd.h> + #include <string.h> +-#include <malloc.h> ++#include <stdlib.h> + #include "ansi.h" + #include "config.h" + #include "allocate.h" |
