diff options
author | danw <danw@pkgsrc.org> | 2004-05-23 23:28:29 +0000 |
---|---|---|
committer | danw <danw@pkgsrc.org> | 2004-05-23 23:28:29 +0000 |
commit | 6e8f676783e80d5004357873cec81d74fd8fff28 (patch) | |
tree | 0a42eca1c1ab7788ea2342975f551b1a6729f673 /www/ijb | |
parent | 437e85176cf4c06d971f68c1dfbcc4bf55f43fbb (diff) | |
download | pkgsrc-6e8f676783e80d5004357873cec81d74fd8fff28.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')
-rw-r--r-- | www/ijb/distinfo | 3 | ||||
-rw-r--r-- | www/ijb/patches/patch-ab | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/www/ijb/distinfo b/www/ijb/distinfo index 87dbf868b7e..b6d70f6eb57 100644 --- a/www/ijb/distinfo +++ b/www/ijb/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.3 2003/09/12 12:40:57 jmmv Exp $ +$NetBSD: distinfo,v 1.4 2004/05/23 23:28:30 danw Exp $ SHA1 (ijb20.tar.Z) = 2233cc5f26208058c5046168ff9ddf70312bfb75 Size (ijb20.tar.Z) = 286005 bytes SHA1 (patch-aa) = 4c4f75f5cc3af63afce4aa8beab7f5e2e0b422dd +SHA1 (patch-ab) = 1295fffa7e2cac2de991ac5b0a7a9f5bfa9cd1d1 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> |