diff options
author | danw <danw> | 2004-05-23 23:28:29 +0000 |
---|---|---|
committer | danw <danw> | 2004-05-23 23:28:29 +0000 |
commit | 74fb83c806b0c83263095a58620a9ae721852525 (patch) | |
tree | 0a42eca1c1ab7788ea2342975f551b1a6729f673 /www/ijb/patches | |
parent | 455cca40b855dd9893f029b3e9a563f675f02810 (diff) | |
download | pkgsrc-74fb83c806b0c83263095a58620a9ae721852525.tar.gz |
malloc.h fixes for darwin, plus a handful of other small fixes for
problems found after fixing malloc problems
Diffstat (limited to 'www/ijb/patches')
-rw-r--r-- | www/ijb/patches/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/ijb/patches/patch-ab b/www/ijb/patches/patch-ab new file mode 100644 index 00000000000..a1bb7d813e0 --- /dev/null +++ b/www/ijb/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1 2004/05/23 23:28:30 danw Exp $ + +--- loaders.c.orig Fri Oct 30 22:58:47 1998 ++++ loaders.c +@@ -8,7 +8,6 @@ char *loaders_rcs = "$Id: loaders.c,v 1. + #include <stdlib.h> + #include <sys/types.h> + #include <string.h> +-#include <malloc.h> + #include <errno.h> + #include <sys/stat.h> + #include <ctype.h> |