mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
12 lines
234 B
Plaintext
12 lines
234 B
Plaintext
|
--- 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;
|