mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
1df34a16c1
PR: ports/8008 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
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;
|