diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-28 12:56:51 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-28 12:56:51 +0000 |
commit | 52d7b3a13876a61ba8e37502b262028447f31ad8 (patch) | |
tree | f72a711088364cba3e53db3b24994019eb8f864b /net-p2p/libbt/files/patch-src::bitset.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::bitset.c')
-rw-r--r-- | net-p2p/libbt/files/patch-src::bitset.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-p2p/libbt/files/patch-src::bitset.c b/net-p2p/libbt/files/patch-src::bitset.c new file mode 100644 index 000000000000..3b616150dcd6 --- /dev/null +++ b/net-p2p/libbt/files/patch-src::bitset.c @@ -0,0 +1,12 @@ +--- src/bitset.c.old Thu Feb 26 15:21:52 2004 ++++ src/bitset.c Thu Feb 26 15:22:14 2004 +@@ -1,8 +1,6 @@ + #include "config.h" + +-#if HAVE_MALLOC_H +-#include <malloc.h> +-#endif ++#include <stdlib.h> + #include <assert.h> + #include <stdio.h> + #include "bitset.h" |