1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/mail/im/files/patch-aa

12 lines
234 B
Plaintext
Raw Normal View History

--- IM/TcpTransaction.pm.orig Sat Sep 5 08:04:33 1998
+++ IM/TcpTransaction.pm Wed Sep 9 17:47:55 1998
@@ -437,7 +437,7 @@
}
sub inet6_family () {
- return eval '&AF_INET6' || 24;
+ return eval '&AF_INET6' || 28;
}
1;