pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2df1846b7f6
branches:  trunk
changeset: 504681:b2df1846b7f6
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Dec 18 21:45:29 2005 +0000

description:
Fix errno.

diffstat:

 net/bounce/distinfo         |   4 ++--
 net/bounce/patches/patch-aa |  20 ++++++++++++++++++--
 2 files changed, 20 insertions(+), 4 deletions(-)

diffs (45 lines):

diff -r 6d3876a81ff7 -r b2df1846b7f6 net/bounce/distinfo
--- a/net/bounce/distinfo       Sun Dec 18 21:31:46 2005 +0000
+++ b/net/bounce/distinfo       Sun Dec 18 21:45:29 2005 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2005/08/27 20:27:32 minskim Exp $
+$NetBSD: distinfo,v 1.5 2005/12/18 21:45:29 joerg Exp $
 
 SHA1 (bounce-0.0.tar.gz) = 3b0a7306ba80b29f70131e914f344ce67b4691e4
 RMD160 (bounce-0.0.tar.gz) = 6d3151fdafa5751cf7c1be16d149af8fce1d148c
 Size (bounce-0.0.tar.gz) = 3439 bytes
-SHA1 (patch-aa) = 06596eea5fc0975df4be0305e0ad92698d1dc246
+SHA1 (patch-aa) = 89469c2b8608796006a817dcbb5e5b3bf21007ef
 SHA1 (patch-ab) = 880ee39f5b4d57775bd2beaf9644d047328e6db7
diff -r 6d3876a81ff7 -r b2df1846b7f6 net/bounce/patches/patch-aa
--- a/net/bounce/patches/patch-aa       Sun Dec 18 21:31:46 2005 +0000
+++ b/net/bounce/patches/patch-aa       Sun Dec 18 21:45:29 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.1 2000/10/03 01:35:43 hubertf Exp $
+$NetBSD: patch-aa,v 1.2 2005/12/18 21:45:29 joerg Exp $
 
---- bounce.c.orig      Mon Oct  2 21:31:42 2000
+--- bounce.c.orig      2000-02-18 21:58:52.000000000 +0000
 +++ bounce.c
 @@ -11,6 +11,9 @@
  #ifdef _AIX
@@ -12,3 +12,19 @@
  
  #include <fcntl.h>
  #include <errno.h>
+@@ -27,7 +30,6 @@
+ #define    DEFAULT_PORT   1523
+ 
+ char sbuf[16384], cbuf[16384];
+-extern int errno;
+ /* extern char *sys_errlist[]; */
+ 
+ void sigchld() {
+@@ -39,7 +41,6 @@ void communicate(int sfd, int cfd) {
+     char *chead, *ctail, *shead, *stail;
+     int num, nfd, spos, cpos;
+ 
+-    extern int errno;
+     fd_set rd, wr;
+ 
+     struct itimerval itime;



Home | Main Index | Thread Index | Old Index