diff options
Diffstat (limited to 'net/bing/patches/patch-ab')
-rw-r--r-- | net/bing/patches/patch-ab | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/net/bing/patches/patch-ab b/net/bing/patches/patch-ab index 22cbcf0b3cd..30aa1828418 100644 --- a/net/bing/patches/patch-ab +++ b/net/bing/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.1 1999/03/06 19:22:30 kim Exp $ +$NetBSD: patch-ab,v 1.2 2005/12/18 18:44:09 joerg Exp $ ---- bing.c.orig Thu Jul 20 19:45:32 1995 -+++ bing.c Sat Mar 6 14:18:36 1999 -@@ -155,7 +155,7 @@ +--- bing.c.orig 1995-07-20 23:45:32.000000000 +0000 ++++ bing.c +@@ -155,7 +155,7 @@ static char rcsid[] = "bing.c,v 1.16 199 #include <sys/socket.h> #include <sys/file.h> #include <sys/time.h> @@ -11,3 +11,12 @@ $NetBSD: patch-ab,v 1.1 1999/03/06 19:22:30 kim Exp $ #include <netinet/in_systm.h> #include <netinet/in.h> +@@ -1221,7 +1221,7 @@ int main(argc, argv) + int argc; + char **argv; + { +- extern int errno, optind; ++ extern int optind; + extern char *optarg; + struct protoent *proto; + struct in_addr ifaddr; |