summaryrefslogtreecommitdiff
path: root/net-p2p/libbt/files
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-04-20 06:16:18 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-04-20 06:16:18 +0000
commit8673c7ec800a8bcc6da14c506081a3cb76e2b8ea (patch)
treead3f495c08f0cc331b6958d319f699d021175c19 /net-p2p/libbt/files
parentFix plist problems. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_4_0'.release/5.4.0
Diffstat (limited to 'net-p2p/libbt/files')
-rw-r--r--net-p2p/libbt/files/patch-include::util.h12
-rw-r--r--net-p2p/libbt/files/patch-src::peer.c14
2 files changed, 0 insertions, 26 deletions
diff --git a/net-p2p/libbt/files/patch-include::util.h b/net-p2p/libbt/files/patch-include::util.h
deleted file mode 100644
index 8ad3b431dd7b..000000000000
--- a/net-p2p/libbt/files/patch-include::util.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- include/util.h Fri Apr 16 08:41:48 2004
-+++ include/util.h.new Sun May 30 14:17:54 2004
-@@ -28,9 +28,4 @@
- typedef void (*exitfn_ptr) (int,void*);
- int on_exit( exitfn_ptr exitfn, void* data) ;
- #endif
--#define malloc(s) use_btmalloc_instead
--#define calloc(n,s) use_btcalloc_instead
--#define realloc(p,s) use_btrealloc_instead
--#define free(p) use_btfree_instead
--
- #endif
diff --git a/net-p2p/libbt/files/patch-src::peer.c b/net-p2p/libbt/files/patch-src::peer.c
deleted file mode 100644
index 6c2104deda6c..000000000000
--- a/net-p2p/libbt/files/patch-src::peer.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/peer.c Wed Apr 7 06:14:44 2004
-+++ src/peer.c.new Tue Apr 13 19:29:01 2004
-@@ -20,6 +20,11 @@
- # endif
- #endif
- #include <sys/types.h>
-+#if __FreeBSD__ >= 5
-+#include <sys/limits.h>
-+#else
-+#include <machine/limits.h>
-+#endif
- #include <string.h>
- #ifdef HAVE_STRINGS_H
- # include <strings.h>