pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net Fix errno.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f865eb91848f
branches:  trunk
changeset: 504684:f865eb91848f
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Dec 18 22:02:35 2005 +0000

description:
Fix errno.

diffstat:

 net/mrt/distinfo              |   3 ++-
 net/mrt/patches/patch-ac      |  20 ++++++++++++++++++++
 net/netpipes/distinfo         |   7 ++++++-
 net/netpipes/patches/patch-ac |  12 ++++++++++++
 net/netpipes/patches/patch-ad |  12 ++++++++++++
 net/netpipes/patches/patch-ae |  12 ++++++++++++
 net/netpipes/patches/patch-af |  10 ++++++++++
 net/netpipes/patches/patch-ag |  12 ++++++++++++
 8 files changed, 86 insertions(+), 2 deletions(-)

diffs (133 lines):

diff -r ec048e96455b -r f865eb91848f net/mrt/distinfo
--- a/net/mrt/distinfo  Sun Dec 18 22:01:33 2005 +0000
+++ b/net/mrt/distinfo  Sun Dec 18 22:02:35 2005 +0000
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 12:13:53 agc Exp $
+$NetBSD: distinfo,v 1.4 2005/12/18 22:12:12 joerg Exp $
 
 SHA1 (mrt-2.2.2a-Aug11.tar.gz) = 6290a0b8d5539fddbd562d8dec64deb291dd3369
 RMD160 (mrt-2.2.2a-Aug11.tar.gz) = e62d3b06d802757cbb1aa4225713b8bf7523ba77
 Size (mrt-2.2.2a-Aug11.tar.gz) = 596596 bytes
 SHA1 (patch-aa) = b3d4121b5d94f6bc6b702e6c72e3565adf19d74e
 SHA1 (patch-ab) = 6f2d358eb50ccd7c8caa11cb3bff9f6b6232b8dd
+SHA1 (patch-ac) = 2fc1c1f19848c90f7344813090fc7c96de121702
 SHA1 (patch-ad) = bbc017a99d34ee3bd6eecad077102b10c7e83349
diff -r ec048e96455b -r f865eb91848f net/mrt/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/mrt/patches/patch-ac  Sun Dec 18 22:02:35 2005 +0000
@@ -0,0 +1,20 @@
+$NetBSD: patch-ac,v 1.1 2005/12/18 22:12:12 joerg Exp $
+
+--- lib/io/io.c.orig   2005-12-18 22:04:17.000000000 +0000
++++ lib/io/io.c
+@@ -8,6 +8,7 @@
+  */
+ 
+ 
++#include <errno.h>
+ #include <mrt.h>
+ #ifndef NT
+ #include <sys/ipc.h>
+@@ -610,7 +611,6 @@ get_destq (char *client)
+     int server_qid;
+     int need_rm = 1;
+     ARB_MSG_Struct msg;
+-    extern int errno;
+ 
+     /* Get a mailbox endpoint to receive the message from the server.
+        Try to create one first; if it already exists, assume we made it
diff -r ec048e96455b -r f865eb91848f net/netpipes/distinfo
--- a/net/netpipes/distinfo     Sun Dec 18 22:01:33 2005 +0000
+++ b/net/netpipes/distinfo     Sun Dec 18 22:02:35 2005 +0000
@@ -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 -r ec048e96455b -r f865eb91848f net/netpipes/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/netpipes/patches/patch-ac     Sun Dec 18 22:02:35 2005 +0000
@@ -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 -r ec048e96455b -r f865eb91848f net/netpipes/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/netpipes/patches/patch-ad     Sun Dec 18 22:02:35 2005 +0000
@@ -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 -r ec048e96455b -r f865eb91848f net/netpipes/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/netpipes/patches/patch-ae     Sun Dec 18 22:02:35 2005 +0000
@@ -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 -r ec048e96455b -r f865eb91848f net/netpipes/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/netpipes/patches/patch-af     Sun Dec 18 22:02:35 2005 +0000
@@ -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 -r ec048e96455b -r f865eb91848f net/netpipes/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/netpipes/patches/patch-ag     Sun Dec 18 22:02:35 2005 +0000
@@ -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();



Home | Main Index | Thread Index | Old Index