From: Alexandros C. Couloumbis Date: Mon, 3 Jan 2011 12:59:43 +0000 (+0000) Subject: tools/qemu: fix FreeBSD compile issue X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=efd93aeea1b9c75f51996a314a4a871a5e0c9dea;hp=28e92a2e838b56d8ab66ed26ecceab3ce5a20095 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 +