]> git.pld-linux.org Git - packages/bogl.git/blame - bogl-page_mask.patch
- release 11 (by relup.sh)
[packages/bogl.git] / bogl-page_mask.patch
CommitLineData
29d0c8bd
PS
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.029404 seconds and 4 git commands to generate.