diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-18 18:44:08 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-18 18:44:08 +0000 |
commit | 480f61debf86a6d231d641844eb5c084f4cc837d (patch) | |
tree | a631bdf4dfff2cfc07f3798448bd03d22d00c856 /net/bing | |
parent | 241693628a3b3f1cc40eb6f0b00faa4fb7d68700 (diff) | |
download | pkgsrc-480f61debf86a6d231d641844eb5c084f4cc837d.tar.gz |
Fix errno. Ignore the NO_STRERROR case -- I can't believe that.
Diffstat (limited to 'net/bing')
-rw-r--r-- | net/bing/distinfo | 4 | ||||
-rw-r--r-- | net/bing/patches/patch-ab | 17 |
2 files changed, 15 insertions, 6 deletions
diff --git a/net/bing/distinfo b/net/bing/distinfo index 0042cc9548b..4ff478584f0 100644 --- a/net/bing/distinfo +++ b/net/bing/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2005/02/24 12:13:43 agc Exp $ +$NetBSD: distinfo,v 1.6 2005/12/18 18:44:08 joerg Exp $ SHA1 (bing-1.0.4.tar.gz) = 21954516f4b72895ad7be96d320581510a186b33 RMD160 (bing-1.0.4.tar.gz) = e434ea8705677234ac289ff9f2a72cdffbb89aa6 Size (bing-1.0.4.tar.gz) = 27069 bytes SHA1 (patch-aa) = e5dc4b78498674beacaecaf63f9799a4260c8187 -SHA1 (patch-ab) = ef75a8cd00011b09cef6668228e7e34899984c4b +SHA1 (patch-ab) = 32bb52f59fd9f08779c969a8603633013d042ef7 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; |