]> git.pld-linux.org Git - packages/bogl.git/blob - bogl-page_mask.patch
- release 11 (by relup.sh)
[packages/bogl.git] / bogl-page_mask.patch
1 --- bogl/bogl.c.orig    2010-03-26 11:27:12.000000000 +0100
2 +++ bogl/bogl.c 2010-03-26 11:29:40.311794541 +0100
3 @@ -37,13 +37,10 @@
4  #include <sys/stat.h>
5  #include <sys/time.h>
6  #include <sys/types.h>
7 +#include <sys/user.h>
8  #include <termios.h>
9  #include <unistd.h>
10  
11 -/* Yes, I know, we shouldn't be including headers from the kernel.  But
12 -   XFree86 also uses this one (to get PAGE_MASK) so it's probably safe.  */
13 -#include <asm/page.h>
14 -
15  #include "bogl.h"
16  #include "boglP.h"
17  #if BOGL_VGA16_FB
This page took 0.06341 seconds and 3 git commands to generate.