]> xenbits.xensource.com Git - qemu-xen-4.0-testing.git/commitdiff
remove spurious #if
authorIan Jackson <iwj@mariner.uk.xensource.com>
Thu, 29 May 2008 16:59:02 +0000 (17:59 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 29 May 2008 16:59:02 +0000 (17:59 +0100)
vl.c

diff --git a/vl.c b/vl.c
index f7cbb982604d08a6294ef34d7f7425504ee732cd..74ddc30a7c45a3ccb6906dd7ea8bdce037e117f2 100644 (file)
--- a/vl.c
+++ b/vl.c
@@ -2491,7 +2491,6 @@ static int pp_hw_mode(ParallelCharDriver *s, uint16_t mode)
     return 1;
 }
 
-#if defined(__linux__)
 static int pp_ioctl(CharDriverState *chr, int cmd, void *arg)
 {
     ParallelCharDriver *drv = chr->opaque;