summaryrefslogtreecommitdiff
path: root/devel/bcc/patches/patch-au
blob: 3055b0dc86ea808d9647d1dceee4dde6fe8229c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-au,v 1.1 2006/10/10 06:56:05 uebayasi Exp $

--- as/gensym.c.orig	1993-07-10 21:11:38.000000000 +0200
+++ as/gensym.c
@@ -17,7 +17,6 @@ int strcmp P((const char *s1, const char
 #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