]> git.pld-linux.org Git - packages/quakeforge.git/blob - quakeforge-noio.patch
- don't include <sys/io.h> and <asm/io.h>, they are even not needed
[packages/quakeforge.git] / quakeforge-noio.patch
1 --- quakeforge-0.5.4/libs/video/targets/vid_fbdev.c.orig        2003-04-17 00:01:43.000000000 +0000
2 +++ quakeforge-0.5.4/libs/video/targets/vid_fbdev.c     2004-04-11 17:50:40.000000000 +0000
3 @@ -46,11 +46,6 @@
4  #ifdef HAVE_UNISTD_H
5  # include <unistd.h>
6  #endif
7 -#ifdef HAVE_SYS_IO_H
8 -# include <sys/io.h>
9 -#elif defined(HAVE_ASM_IO_H)
10 -# include <asm/io.h>
11 -#endif
12  
13  #include <errno.h>
14  #include <fcntl.h>
This page took 0.062631 seconds and 4 git commands to generate.