summaryrefslogtreecommitdiff
path: root/net-p2p/libbt/files/patch-src::stream.c
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-02-28 12:56:51 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-02-28 12:56:51 +0000
commit52d7b3a13876a61ba8e37502b262028447f31ad8 (patch)
treef72a711088364cba3e53db3b24994019eb8f864b /net-p2p/libbt/files/patch-src::stream.c
parent- Update to 3.10 (diff)
Add libbt, a C implementation of core BitTorrent protocol.
PR: ports/63404 Submitted by: Florent Thoumie <flz@xbsd.org>
Notes
Notes: svn path=/head/; revision=102398
Diffstat (limited to 'net-p2p/libbt/files/patch-src::stream.c')
-rw-r--r--net-p2p/libbt/files/patch-src::stream.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/net-p2p/libbt/files/patch-src::stream.c b/net-p2p/libbt/files/patch-src::stream.c
new file mode 100644
index 000000000000..7397921d7a43
--- /dev/null
+++ b/net-p2p/libbt/files/patch-src::stream.c
@@ -0,0 +1,16 @@
+--- src/stream.c.old Thu Feb 26 17:34:48 2004
++++ src/stream.c Thu Feb 26 17:35:11 2004
+@@ -1,4 +1,5 @@
+ #include "config.h"
++#include <sys/types.h>
+ #include <errno.h>
+ #include <string.h>
+ #include <stdarg.h>
+@@ -14,7 +15,6 @@
+ #include <unistd.h>
+ #endif
+ #endif
+-#include <sys/types.h>
+ #include "bterror.h"
+ #include "stream.h"
+ #undef DEBUG_STREAM