diff options
author | crees <crees@FreeBSD.org> | 2012-06-10 21:13:45 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-06-10 21:13:45 +0800 |
commit | 2704201ea201288909365ecee5d9b49b06895f4d (patch) | |
tree | 06c481f6de3d817779679c54f282bcdf5318ffd2 /net-p2p | |
parent | acbfc2b74a491291b490a6ecc249ff49176e1fa5 (diff) | |
download | freebsd-ports-gnome-2704201ea201288909365ecee5d9b49b06895f4d.tar.gz freebsd-ports-gnome-2704201ea201288909365ecee5d9b49b06895f4d.tar.zst freebsd-ports-gnome-2704201ea201288909365ecee5d9b49b06895f4d.zip |
The conditional include is actually fine-- the problem in the PR was solved
after more investigation by reinstalling world; there was an out-of-date header
present.
PR: ports/167195
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/transmission-cli/files/patch-libtransmission-fdlimit.c | 13 |
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.. */ |