summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2009-10-30 16:45:20 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2009-10-30 16:45:20 -0500
commited7193ec1dfe201549388789f5bbfe8598fcaf31 (patch)
tree6f12da08fc31d3f1cffa7bbf7ac31f6153917ec2 /net
parentUpdate gpxe roms to have BANNER_TIMEOUT=0 (diff)
downloadqemu-kvm-ed7193ec1dfe201549388789f5bbfe8598fcaf31.tar.gz
qemu-kvm-ed7193ec1dfe201549388789f5bbfe8598fcaf31.tar.bz2
qemu-kvm-ed7193ec1dfe201549388789f5bbfe8598fcaf31.zip
Unbreak Linux build
commit 71f4effce79ec0485586963ea764f2c212c72f26 Author: Alexander Graf <agraf@suse.de> Date: Fri Oct 30 22:27:00 2009 +0100 Unbreak tap compilation on OS X Broke the build on Linux due to a bad #if guard Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'net')
-rw-r--r--net/tap-linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tap-linux.h b/net/tap-linux.h
index f1a0fce17..9f943589b 100644
--- a/net/tap-linux.h
+++ b/net/tap-linux.h
@@ -17,7 +17,7 @@
#define QEMU_TAP_H
#include <stdint.h>
-#ifdef __LINUX__
+#ifdef __linux__
#include <linux/ioctl.h>