summaryrefslogtreecommitdiff
path: root/security/xinetd/files/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'security/xinetd/files/patch-af')
-rw-r--r--security/xinetd/files/patch-af11
1 files changed, 0 insertions, 11 deletions
diff --git a/security/xinetd/files/patch-af b/security/xinetd/files/patch-af
deleted file mode 100644
index a75032d403dd..000000000000
--- a/security/xinetd/files/patch-af
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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( SA(sinp) ) ) ;
- #else