aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2012-06-10 13:13:45 +0000
committerChris Rees <crees@FreeBSD.org>2012-06-10 13:13:45 +0000
commit34e4ada7b7fbef96815ba9a47816e0db70cb1661 (patch)
treed3e398d4dbc1aa5b4c53de6bc114a43cd4dc1b06 /net-p2p
parentfb119a6b0d570642dc063f88764c2f916dc88803 (diff)
downloadports-34e4ada7b7fbef96815ba9a47816e0db70cb1661.tar.gz
ports-34e4ada7b7fbef96815ba9a47816e0db70cb1661.zip
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/transmission-cli/files/patch-libtransmission-fdlimit.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/net-p2p/transmission-cli/files/patch-libtransmission-fdlimit.c b/net-p2p/transmission-cli/files/patch-libtransmission-fdlimit.c
deleted file mode 100644
index c3fedaff64b5..000000000000
--- a/net-p2p/transmission-cli/files/patch-libtransmission-fdlimit.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- libtransmission/fdlimit.c.orig 2012-04-09 02:51:33.750482000 +0100
-+++ libtransmission/fdlimit.c 2012-06-06 13:31:54.992362170 +0100
-@@ -21,9 +21,7 @@
- #include <errno.h>
- #include <inttypes.h>
- #include <string.h>
--#ifdef SYS_DARWIN
-- #include <fcntl.h>
--#endif
-+#include <fcntl.h>
-
- #ifdef HAVE_FALLOCATE64
- /* FIXME can't find the right #include voodoo to pick up the declaration.. */