summaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/files/patch-block-sheepdog.c
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2011-04-01 19:30:21 +0000
committerJuergen Lock <nox@FreeBSD.org>2011-04-01 19:30:21 +0000
commitb7e9b8d7f48f3264bc9e36c23e70831f8844a225 (patch)
tree8641c93998130f785e6d2b7d8d9acb8030999b51 /emulators/qemu-devel/files/patch-block-sheepdog.c
parentBump PORTREVISION to chase www/tntnet update. (diff)
- Update to 0.14.0 .
- Update amd64 host bsd-user linker script to fix build on -current/amd64. [1] - Some updates to the pkg-message. PR: ports/155558 [1] Submitted by: Garrett Cooper <yanegomi@gmail.com> [1]
Diffstat (limited to 'emulators/qemu-devel/files/patch-block-sheepdog.c')
-rw-r--r--emulators/qemu-devel/files/patch-block-sheepdog.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/emulators/qemu-devel/files/patch-block-sheepdog.c b/emulators/qemu-devel/files/patch-block-sheepdog.c
deleted file mode 100644
index 58c318793d62..000000000000
--- a/emulators/qemu-devel/files/patch-block-sheepdog.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/block/sheepdog.c
-+++ b/block/sheepdog.c
-@@ -14,7 +14,12 @@
- #include <ws2tcpip.h>
- #else
- #include <netdb.h>
-+#ifdef __FreeBSD__
-+#include <sys/types.h>
-+#include <sys/socket.h>
-+#else
- #include <netinet/tcp.h>
-+#endif
-
- #define closesocket(s) close(s)
- #endif