summaryrefslogtreecommitdiff
path: root/net-p2p/libbt/files/patch-src::peer.c
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/libbt/files/patch-src::peer.c')
-rw-r--r--net-p2p/libbt/files/patch-src::peer.c14
1 files changed, 0 insertions, 14 deletions
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>