diff options
Diffstat (limited to 'devel/bcc/patches/patch-ai')
-rw-r--r-- | devel/bcc/patches/patch-ai | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/devel/bcc/patches/patch-ai b/devel/bcc/patches/patch-ai index 1f2c0cc2487..b8e998c0988 100644 --- a/devel/bcc/patches/patch-ai +++ b/devel/bcc/patches/patch-ai @@ -1,8 +1,16 @@ -$NetBSD: patch-ai,v 1.2 1998/08/07 10:40:21 agc Exp $ +$NetBSD: patch-ai,v 1.3 2006/10/10 06:56:05 uebayasi Exp $ ---- as/genobj.c.orig Thu Jul 16 20:00:49 1998 -+++ as/genobj.c Thu Jul 16 20:01:38 1998 -@@ -385,8 +385,8 @@ +--- as/genobj.c.orig 1993-07-10 21:10:53.000000000 +0200 ++++ as/genobj.c +@@ -18,7 +18,6 @@ unsigned strlen P((const char *s)); + #ifdef POSIX_HEADERS_MISSING + int write P((int fd, const void *buf, unsigned nbytes)); + #else +-#undef NULL + #include <sys/types.h> + #include <unistd.h> + #endif +@@ -385,8 +384,8 @@ PUBLIC void objheader() do { if ((symptr->type & EXPBIT || symptr->data & IMPBIT) || |