From: Alexandros C. Couloumbis Date: Mon, 3 Jan 2011 12:59:43 +0000 (+0000) Subject: tools/qemu: fix FreeBSD compile issue X-Git-Tag: reboot~17931 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=e303b6e46ab2b0b248ada769a77e6b6cdd5adb4e;p=openwrt%2Fopenwrt.git tools/qemu: fix FreeBSD compile issue SVN-Revision: 24888 --- 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 +