diff options
Diffstat (limited to 'chat/icb/patches/patch-be')
-rw-r--r-- | chat/icb/patches/patch-be | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/icb/patches/patch-be b/chat/icb/patches/patch-be new file mode 100644 index 00000000000..ef0df42bfe9 --- /dev/null +++ b/chat/icb/patches/patch-be @@ -0,0 +1,13 @@ +$NetBSD: patch-be,v 1.1 2008/12/17 02:19:59 christos Exp $ + +--- murgil/sendpacket.c.orig 1995-02-24 16:19:43.000000000 -0500 ++++ murgil/sendpacket.c 2008-12-16 20:18:01.000000000 -0500 +@@ -5,8 +5,6 @@ + #include <stdio.h> + #include <errno.h> + +-extern int errno; +- + _sendpacket(s, pkt) + int s; + char *pkt; |