summaryrefslogtreecommitdiff
path: root/net/ctorrent/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'net/ctorrent/patches/patch-ab')
-rw-r--r--net/ctorrent/patches/patch-ab12
1 files changed, 0 insertions, 12 deletions
diff --git a/net/ctorrent/patches/patch-ab b/net/ctorrent/patches/patch-ab
deleted file mode 100644
index b378d66a081..00000000000
--- a/net/ctorrent/patches/patch-ab
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2004/11/22 15:45:18 adam Exp $
-
---- peerlist.cpp.orig 2004-09-08 23:10:51.000000000 +0000
-+++ peerlist.cpp
-@@ -360,6 +360,7 @@ int PeerList::Initial_ListenPort()
- struct sockaddr_in lis_addr;
- memset(&lis_addr,0, sizeof(sockaddr_in));
- lis_addr.sin_addr.s_addr = INADDR_ANY;
-+ lis_addr.sin_family = AF_INET;
-
- m_listen_sock = socket(AF_INET,SOCK_STREAM,0);
-