diff options
Diffstat (limited to 'tools/qemu/patches/010-freebsd-fix.patch')
-rw-r--r-- | tools/qemu/patches/010-freebsd-fix.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/qemu/patches/010-freebsd-fix.patch b/tools/qemu/patches/010-freebsd-fix.patch deleted file mode 100644 index 1fc0912096..0000000000 --- a/tools/qemu/patches/010-freebsd-fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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> - |