From 52d7b3a13876a61ba8e37502b262028447f31ad8 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sat, 28 Feb 2004 12:56:51 +0000 Subject: Add libbt, a C implementation of core BitTorrent protocol. PR: ports/63404 Submitted by: Florent Thoumie --- net-p2p/libbt/files/patch-src::stream.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 net-p2p/libbt/files/patch-src::stream.c (limited to 'net-p2p/libbt/files/patch-src::stream.c') 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 + #include + #include + #include +@@ -14,7 +15,6 @@ + #include + #endif + #endif +-#include + #include "bterror.h" + #include "stream.h" + #undef DEBUG_STREAM -- cgit v1.2.3