tools/qemu: fix FreeBSD compile issue
authorAlexandros C. Couloumbis <alex@ozo.com>
Mon, 3 Jan 2011 12:59:43 +0000 (12:59 +0000)
committerAlexandros C. Couloumbis <alex@ozo.com>
Mon, 3 Jan 2011 12:59:43 +0000 (12:59 +0000)
SVN-Revision: 24888

tools/qemu/patches/010-freebsd-fix.patch [new file with mode: 0644]

diff --git a/tools/qemu/patches/010-freebsd-fix.patch b/tools/qemu/patches/010-freebsd-fix.patch
new file mode 100644 (file)
index 0000000..1fc0912
--- /dev/null
@@ -0,0 +1,11 @@
+--- a/block/sheepdog.c
++++ b/block/sheepdog.c
+@@ -12,7 +12,7 @@
+ #include <windows.h>
+ #include <winsock2.h>
+ #include <ws2tcpip.h>
+-#else
++#elifndef __FreeBSD__
+ #include <netdb.h>
+ #include <netinet/tcp.h>