diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-05-11 11:29:27 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-05-11 11:29:27 +0000 |
commit | d3d7d97a24a3b4e262c1fcf6478ecbf8f78863ef (patch) | |
tree | 536f0f8d487597f50c38d1b0a566f8d31e7433c1 /security/xinetd/files/patch-af | |
parent | MASTER_SITE went away; host locally (diff) |
Upgrade to 2.3.4.
Submitted by: ijliao
Diffstat (limited to 'security/xinetd/files/patch-af')
-rw-r--r-- | security/xinetd/files/patch-af | 11 |
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 |