pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/bing Fix errno. Ignore the NO_STRERROR case -- I c...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2d4c9dbc4f66
branches: trunk
changeset: 504662:2d4c9dbc4f66
user: joerg <joerg%pkgsrc.org@localhost>
date: Sun Dec 18 18:44:08 2005 +0000
description:
Fix errno. Ignore the NO_STRERROR case -- I can't believe that.
diffstat:
net/bing/distinfo | 4 ++--
net/bing/patches/patch-ab | 17 +++++++++++++----
2 files changed, 15 insertions(+), 6 deletions(-)
diffs (42 lines):
diff -r 5b16aabaf025 -r 2d4c9dbc4f66 net/bing/distinfo
--- a/net/bing/distinfo Sun Dec 18 18:37:16 2005 +0000
+++ b/net/bing/distinfo Sun Dec 18 18:44:08 2005 +0000
@@ -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 -r 5b16aabaf025 -r 2d4c9dbc4f66 net/bing/patches/patch-ab
--- a/net/bing/patches/patch-ab Sun Dec 18 18:37:16 2005 +0000
+++ b/net/bing/patches/patch-ab Sun Dec 18 18:44:08 2005 +0000
@@ -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 @@
#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;
Home |
Main Index |
Thread Index |
Old Index