]> git.pld-linux.org Git - packages/bogl.git/commitdiff
- get PAGE_MASK from userspace defs.
authorPaweł Sikora <pluto@pld-linux.org>
Fri, 26 Mar 2010 10:33:20 +0000 (10:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bogl-page_mask.patch -> 1.1

bogl-page_mask.patch [new file with mode: 0644]

diff --git a/bogl-page_mask.patch b/bogl-page_mask.patch
new file mode 100644 (file)
index 0000000..eb8ae76
--- /dev/null
@@ -0,0 +1,17 @@
+--- bogl/bogl.c.orig   2010-03-26 11:27:12.000000000 +0100
++++ bogl/bogl.c        2010-03-26 11:29:40.311794541 +0100
+@@ -37,13 +37,10 @@
+ #include <sys/stat.h>
+ #include <sys/time.h>
+ #include <sys/types.h>
++#include <sys/user.h>
+ #include <termios.h>
+ #include <unistd.h>
+-/* Yes, I know, we shouldn't be including headers from the kernel.  But
+-   XFree86 also uses this one (to get PAGE_MASK) so it's probably safe.  */
+-#include <asm/page.h>
+-
+ #include "bogl.h"
+ #include "boglP.h"
+ #if BOGL_VGA16_FB
This page took 0.061848 seconds and 4 git commands to generate.