From f844f2db5d16b83b8cce2261101842cc350c7d10 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 29 May 2008 17:59:02 +0100 Subject: [PATCH] remove spurious #if --- vl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/vl.c b/vl.c index f7cbb9826..74ddc30a7 100644 --- 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; -- 2.39.5