summaryrefslogtreecommitdiff
path: root/irc/irc/files/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'irc/irc/files/patch-af')
-rw-r--r--irc/irc/files/patch-af12
1 files changed, 0 insertions, 12 deletions
diff --git a/irc/irc/files/patch-af b/irc/irc/files/patch-af
deleted file mode 100644
index 8c5ad82fc66e..000000000000
--- a/irc/irc/files/patch-af
+++ /dev/null
@@ -1,12 +0,0 @@
---- ircd/s_bsd.c Sat Jul 24 02:15:14 1999
-+++ ircd/s_bsd.c Fri Jan 21 21:03:36 2000
-@@ -760,8 +760,7 @@
-
- #ifdef INET6
- if (IN6_IS_ADDR_LOOPBACK(&cptr->ip) || IsUnixSocket(cptr) ||
-- (cptr->ip.s6_laddr[0]==mysk.sin6_addr.s6_laddr[0] &&
-- cptr->ip.s6_laddr[1]==mysk.sin6_addr.s6_laddr[1])
-+ memcmp(&cptr->ip, &mysk.sin6_addr, 8) == 0
- /* ||
- IN6_ARE_ADDR_SAMEPREFIX(&cptr->ip, &mysk.SIN_ADDR))
- about the same, I think NOT */