Index: vl.c
===================================================================
RCS file: /sources/qemu/qemu/vl.c,v
retrieving revision 1.332
diff -r1.332 vl.c
831a832,833
> #ifdef __linux__
> 
835a838,839
> #endif /* __linux__ */
> 
849a854
> #ifdef __linux__
851a857
> #endif
1302c1308,1310
< #endif /* !defined(__linux__) */
---
> #endif /* defined(__linux__) */
> 
> #if defined(__linux__)
1377a1386,1387
> #endif /* defined(__linux__) */
> 
