summaryrefslogtreecommitdiff
path: root/net/tap-linux.h
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/tap-linux.h
parentec9f735638b6380361387fb49060f6712cb27602 (diff)
downloadqemu-ed7193ec1dfe201549388789f5bbfe8598fcaf31.tar.gz
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/tap-linux.h')
-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 f1a0fce176..9f943589bf 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>