summaryrefslogtreecommitdiff
path: root/net/ORBit2/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'net/ORBit2/patches/patch-ad')
-rw-r--r--net/ORBit2/patches/patch-ad14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/ORBit2/patches/patch-ad b/net/ORBit2/patches/patch-ad
new file mode 100644
index 00000000000..69929ddebe6
--- /dev/null
+++ b/net/ORBit2/patches/patch-ad
@@ -0,0 +1,14 @@
+$NetBSD: patch-ad,v 1.1 2007/08/18 09:59:49 plunky Exp $
+
+--- linc2/src/linc-connection.c.orig 2007-07-29 19:21:53.000000000 +0100
++++ linc2/src/linc-connection.c
+@@ -444,7 +444,9 @@ link_connection_from_fd_T (LinkConnectio
+
+ switch (cnx->proto->family) {
+ case AF_INET:
++#ifdef AF_INET6
+ case AF_INET6:
++#endif
+ if (_link_timeout && !cnx->timeout_msec) /* this should'nt happen twice but I'm always paranoid... */
+ cnx->timeout_msec = _link_timeout;
+ break;