summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2008-02-10 13:21:25 +0000
committerbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2008-02-10 13:21:25 +0000
commitff993638477da242ac94a47c03999d02cf261c25 (patch)
tree9fab0ff8a0a524e296ee6219803ef06aaabcf555 /hw
parent2ba1eeb62c29d23238b95dc7e9ade3444b49f0a1 (diff)
downloadqemu-ff993638477da242ac94a47c03999d02cf261c25.tar.gz
Remove unused boolean_t, should fix building for Solaris.
Fix a typo (Stuart Brady). git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3969 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw')
-rw-r--r--hw/e1000.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/e1000.c b/hw/e1000.c
index d573f7033b..be7474f7b9 100644
--- a/hw/e1000.c
+++ b/hw/e1000.c
@@ -28,7 +28,6 @@
#include "net.h"
#define __iomem
-typedef int boolean_t;
#include "e1000_hw.h"
#define DEBUG