diff options
author | wiz <wiz> | 2004-06-25 17:25:01 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-06-25 17:25:01 +0000 |
commit | 824674893a3f398d58c3f3432101559b491079ac (patch) | |
tree | 53b5f1a130d8468f4272911c16588399308f10cb /net/ctorrent | |
parent | dd8d2f58a55787580e7e6ec3d0101e27c63ad11c (diff) | |
download | pkgsrc-824674893a3f398d58c3f3432101559b491079ac.tar.gz |
Remove unneeded chunk.
Diffstat (limited to 'net/ctorrent')
-rw-r--r-- | net/ctorrent/distinfo | 4 | ||||
-rw-r--r-- | net/ctorrent/patches/patch-ab | 10 |
2 files changed, 3 insertions, 11 deletions
diff --git a/net/ctorrent/distinfo b/net/ctorrent/distinfo index c0f8ea6ad61..fc8b6a1eb86 100644 --- a/net/ctorrent/distinfo +++ b/net/ctorrent/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/06/25 17:20:47 wiz Exp $ +$NetBSD: distinfo,v 1.2 2004/06/25 17:25:01 wiz Exp $ SHA1 (ctorrent-1.3.2.tar.gz) = 8757bafd304d9c8c0b241a1a91ce8389613f1e69 Size (ctorrent-1.3.2.tar.gz) = 87195 bytes SHA1 (patch-aa) = 338158f13fce9f9b9f29eb49fc7bc7b6ef0d9862 -SHA1 (patch-ab) = 579da81c93609fea7f2a6a9ef6ecdab344e7ad9e +SHA1 (patch-ab) = 99b17b928c1d6dff35f87f8d67071a00495ed30c diff --git a/net/ctorrent/patches/patch-ab b/net/ctorrent/patches/patch-ab index d6fe0f13b7c..5ae248668c5 100644 --- a/net/ctorrent/patches/patch-ab +++ b/net/ctorrent/patches/patch-ab @@ -1,15 +1,7 @@ -$NetBSD: patch-ab,v 1.1.1.1 2004/06/25 17:20:47 wiz Exp $ +$NetBSD: patch-ab,v 1.2 2004/06/25 17:25:01 wiz Exp $ --- peerlist.cpp.orig 2004-06-25 19:16:32.000000000 +0200 +++ peerlist.cpp -@@ -3,6 +3,7 @@ - #include "peerlist.h" - - #include <stdlib.h> -+#include <errno.h> - - #include <stdio.h> - @@ -361,6 +362,7 @@ int PeerList::Initial_ListenPort() struct sockaddr_in lis_addr; memset(&lis_addr,0, sizeof(sockaddr_in)); |