From: Alexandros C. Couloumbis Date: Mon, 3 Jan 2011 12:59:43 +0000 (+0000) Subject: tools/qemu: fix FreeBSD compile issue X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=ba26e4c4db0ef35c28ae2455b17030c85af5dbaa;p=15.05%2Fopenwrt.git tools/qemu: fix FreeBSD compile issue git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24888 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/tools/qemu/patches/010-freebsd-fix.patch b/tools/qemu/patches/010-freebsd-fix.patch new file mode 100644 index 0000000000..1fc0912096 --- /dev/null +++ b/tools/qemu/patches/010-freebsd-fix.patch @@ -0,0 +1,11 @@ +--- a/block/sheepdog.c ++++ b/block/sheepdog.c +@@ -12,7 +12,7 @@ + #include + #include + #include +-#else ++#elifndef __FreeBSD__ + #include + #include +