From d3d7d97a24a3b4e262c1fcf6478ecbf8f78863ef Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Sat, 11 May 2002 11:29:27 +0000 Subject: Upgrade to 2.3.4. Submitted by: ijliao --- security/xinetd/files/patch-af | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 security/xinetd/files/patch-af (limited to 'security/xinetd/files/patch-af') 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 -- cgit v1.2.3