summaryrefslogtreecommitdiff
path: root/net/netpipes
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2005-12-18 22:02:35 +0000
committerjoerg <joerg@pkgsrc.org>2005-12-18 22:02:35 +0000
commit9dde5e89c7790a4cde36430b874b18337d81efba (patch)
tree66dc28d1466ab945566fc8dc37096dfc1a0f44b8 /net/netpipes
parent9d2a5b8b70b189b116448087b30e329d4c891d14 (diff)
downloadpkgsrc-9dde5e89c7790a4cde36430b874b18337d81efba.tar.gz
Fix errno.
Diffstat (limited to 'net/netpipes')
-rw-r--r--net/netpipes/distinfo7
-rw-r--r--net/netpipes/patches/patch-ac12
-rw-r--r--net/netpipes/patches/patch-ad12
-rw-r--r--net/netpipes/patches/patch-ae12
-rw-r--r--net/netpipes/patches/patch-af10
-rw-r--r--net/netpipes/patches/patch-ag12
6 files changed, 64 insertions, 1 deletions
diff --git a/net/netpipes/distinfo b/net/netpipes/distinfo
index f85d2680180..cf3742a2cc1 100644
--- a/net/netpipes/distinfo
+++ b/net/netpipes/distinfo
@@ -1,7 +1,12 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/11/06 23:58:34 jlam Exp $
+$NetBSD: distinfo,v 1.2 2005/12/18 22:02:35 joerg Exp $
SHA1 (netpipes-4.2-export.tar.gz) = e8a52168b2893a12d943cc31e5d3a7f0bb3502b0
RMD160 (netpipes-4.2-export.tar.gz) = 26c982c0b9e4382d96335f10a5e54813f776db29
Size (netpipes-4.2-export.tar.gz) = 74977 bytes
SHA1 (patch-aa) = 08b395d0c47e4099461bd0c31f6bea600cab043e
SHA1 (patch-ab) = e2ff692a1153687c5c42da9df06cdc3012c6989a
+SHA1 (patch-ac) = 4cc8af134622dec798094dc043ad65c1e1154cf0
+SHA1 (patch-ad) = dfa0eeb9b6a723b6d91fa234e4cfeaad66e6ec8c
+SHA1 (patch-ae) = 482c06d563769b637c30e9c37fa35d920cee2651
+SHA1 (patch-af) = 8080accff1770403b3245832a74dd7a322be1649
+SHA1 (patch-ag) = 314faa08f019f4a8620164b1cb8db731b7dabf02
diff --git a/net/netpipes/patches/patch-ac b/net/netpipes/patches/patch-ac
new file mode 100644
index 00000000000..b27b254182b
--- /dev/null
+++ b/net/netpipes/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2005/12/18 22:02:35 joerg Exp $
+
+--- getpeername.c.orig 2005-12-18 21:54:26.000000000 +0000
++++ getpeername.c
+@@ -24,7 +24,6 @@ static char info[] = "getpeername: a net
+ #include <stdio.h>
+ #include <string.h>
+ #include <errno.h>
+-extern int errno; /* I hate the errno header file */
+ #include <stdlib.h>
+ #include <sys/types.h>
+ #include <sys/socket.h>
diff --git a/net/netpipes/patches/patch-ad b/net/netpipes/patches/patch-ad
new file mode 100644
index 00000000000..7b720d36311
--- /dev/null
+++ b/net/netpipes/patches/patch-ad
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.1 2005/12/18 22:02:35 joerg Exp $
+
+--- timelimit.c.orig 2005-12-18 21:54:52.000000000 +0000
++++ timelimit.c
+@@ -30,7 +30,6 @@ static char info[] = "timelimit: a util
+ #include <unistd.h>
+ #include <stdlib.h>
+ #include <errno.h>
+-extern int errno;
+ #include "common.h"
+
+ int verbose = 0;
diff --git a/net/netpipes/patches/patch-ae b/net/netpipes/patches/patch-ae
new file mode 100644
index 00000000000..3de41694b6b
--- /dev/null
+++ b/net/netpipes/patches/patch-ae
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1 2005/12/18 22:02:35 joerg Exp $
+
+--- encapsulate.c.orig 2005-12-18 21:55:11.000000000 +0000
++++ encapsulate.c
+@@ -117,7 +117,6 @@ static char info[] = "encapsulate: a ut
+
+ #include <stdio.h>
+ #include <errno.h>
+-extern int errno; /* I hate the errno header file */
+ #include <stdlib.h>
+ #include <unistd.h>
+ #include <signal.h>
diff --git a/net/netpipes/patches/patch-af b/net/netpipes/patches/patch-af
new file mode 100644
index 00000000000..1a3d5dff6d5
--- /dev/null
+++ b/net/netpipes/patches/patch-af
@@ -0,0 +1,10 @@
+$NetBSD: patch-af,v 1.1 2005/12/18 22:02:35 joerg Exp $
+
+--- faucet.c.orig 2005-12-18 21:53:33.000000000 +0000
++++ faucet.c
+@@ -24,5 +24,4 @@ static char info[] = "faucet: a network
+ #include <stdio.h>
+ #include <errno.h>
+-extern int errno; /* I hate the errno header file */
+ #include <string.h>
+ #include <stdlib.h>
diff --git a/net/netpipes/patches/patch-ag b/net/netpipes/patches/patch-ag
new file mode 100644
index 00000000000..1f47c98771d
--- /dev/null
+++ b/net/netpipes/patches/patch-ag
@@ -0,0 +1,12 @@
+$NetBSD: patch-ag,v 1.1 2005/12/18 22:02:35 joerg Exp $
+
+--- hose.c.orig 2005-12-18 21:54:03.000000000 +0000
++++ hose.c
+@@ -86,7 +86,6 @@ unsigned delay=5; /* how long to wait b
+ int shutdn=0; /* should we fork, wait and shutdown? */
+ char *localport=NULL; /* local port name */
+ char *localaddr=NULL; /* local internet address */
+-extern int errno;
+
+
+ int name_to_inet_port();