aboutsummaryrefslogtreecommitdiff
path: root/security/xinetd/files
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2001-06-30 19:59:52 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2001-06-30 19:59:52 +0000
commit7beebe0b482539c64776c51c1e5c73266ad27659 (patch)
tree191665ef00d208006e41591a0a7364e873744d88 /security/xinetd/files
parent778cff84713115855e143329d1c4f574ed7a4e09 (diff)
Notes
Diffstat (limited to 'security/xinetd/files')
-rw-r--r--security/xinetd/files/patch-aa10
-rw-r--r--security/xinetd/files/patch-af18
2 files changed, 14 insertions, 14 deletions
diff --git a/security/xinetd/files/patch-aa b/security/xinetd/files/patch-aa
index cb264e0a5072..f1e77e46957b 100644
--- a/security/xinetd/files/patch-aa
+++ b/security/xinetd/files/patch-aa
@@ -1,11 +1,11 @@
---- xinetd/defs.h.orig Wed Aug 16 01:32:49 2000
-+++ xinetd/defs.h Sat Nov 11 14:42:24 2000
-@@ -105,7 +105,7 @@
+--- xinetd/defs.h.orig Thu Jun 14 11:29:09 2001
++++ xinetd/defs.h Sat Jun 30 15:41:43 2001
+@@ -96,7 +96,7 @@
/*
* Used for listen(2)
*/
--#define LISTEN_BACKLOG 7
-+#define LISTEN_BACKLOG 64
+-#define LISTEN_BACKLOG 7
++#define LISTEN_BACKLOG 64
/*
* When explicit values are given for enum's, that is because the structures
diff --git a/security/xinetd/files/patch-af b/security/xinetd/files/patch-af
index d0bee5a1187d..a75032d403dd 100644
--- a/security/xinetd/files/patch-af
+++ b/security/xinetd/files/patch-af
@@ -1,11 +1,11 @@
---- xinetd/child.c.orig Wed Aug 16 01:42:39 2000
-+++ xinetd/child.c Sat Nov 11 14:48:54 2000
-@@ -318,7 +318,7 @@
- "(%s service) %s", program_name, SC_ID( scp ) ) ;
-
+--- xinetd/child.c.orig Wed Jun 20 07:50:44 2001
++++ xinetd/child.c Sat Jun 30 15:47:05 2001
+@@ -367,7 +367,7 @@
+ "(%s service) %s", program_name, SC_ID( scp ) ) ;
+
#ifdef INET6
-- if ( SC_ACCEPTS_CONNECTIONS( scp ) && !IN6_IS_ADDR_UNSPECIFIED(sinp) )
-+ if ( SC_ACCEPTS_CONNECTIONS( scp ) && !IN6_IS_ADDR_UNSPECIFIED(&(sinp->sin6_addr)) )
- strx_print( INT_NULL, &name[ len ], namelen - len,
- " %s" , xntoa( *sinp ) ) ;
+- if ( SC_ACCEPTS_CONNECTIONS( scp ) && !IN6_IS_ADDR_UNSPECIFIED(sinp) )
++ if ( SC_ACCEPTS_CONNECTIONS( scp ) && !IN6_IS_ADDR_UNSPECIFIED(&(sinp->sin6_addr)) )
+ strx_print( INT_NULL, &name[ len ], namelen - len,
+ " %s" , xntoa( SA(sinp) ) ) ;
#else