diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-30 16:45:20 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-30 16:45:20 -0500 |
commit | ed7193ec1dfe201549388789f5bbfe8598fcaf31 (patch) | |
tree | 6f12da08fc31d3f1cffa7bbf7ac31f6153917ec2 /net | |
parent | Update gpxe roms to have BANNER_TIMEOUT=0 (diff) | |
download | qemu-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.h | 2 |
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> |