diff options
Diffstat (limited to 'chat/unrealircd/patches/patch-af')
-rw-r--r-- | chat/unrealircd/patches/patch-af | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chat/unrealircd/patches/patch-af b/chat/unrealircd/patches/patch-af new file mode 100644 index 00000000000..eea010eb1bd --- /dev/null +++ b/chat/unrealircd/patches/patch-af @@ -0,0 +1,12 @@ +$NetBSD: patch-af,v 1.1 2005/12/16 15:52:03 joerg Exp $ + +--- src/support.c.orig 2005-12-16 15:26:56.000000000 +0000 ++++ src/support.c +@@ -40,7 +40,6 @@ static char sccsid[] = "@(#)support.c 2. + #include <sys/socket.h> + #include <string.h> + #include <utime.h> +-extern int errno; /* ...seems that errno.h doesn't define this everywhere */ + #endif + + extern void outofmemory(); |