diff options
Diffstat (limited to 'libhw/host_net.c')
-rw-r--r-- | libhw/host_net.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhw/host_net.c b/libhw/host_net.c index 92a94df..2ba8b23 100644 --- a/libhw/host_net.c +++ b/libhw/host_net.c @@ -31,7 +31,7 @@ /* common *********************************************************************/ -#define UNUSED(name) /* name __attribute__ ((unused)) */ +#define UNUSED(name) static int hostnet_sig_io = 0; |