]> git.pld-linux.org Git - packages/SVGATextMode.git/commitdiff
- sys/user.h has PAGE_SIZE
authorwitekfl <witekfl@poczta.onet.pl>
Thu, 14 Mar 2013 14:48:59 +0000 (15:48 +0100)
committerwitekfl <witekfl@poczta.onet.pl>
Thu, 14 Mar 2013 14:48:59 +0000 (15:48 +0100)
SVGATextMode-page.patch

index 53bef04b90b84f0766bab58fd8157f53a1cc6a25..a4b742e54c200cf80eba392205a0987a469f46c8 100644 (file)
@@ -5,7 +5,7 @@
  #include <stdlib.h>
  #include <string.h>
 -#include <asm/page.h> /* for PAGE_SIZE */
-+#include <asm-generic/page.h> /* for PAGE_SIZE */
++#include <sys/user.h> /* for PAGE_SIZE */
  #include <linux/vt.h>   /* for VT_RESIZE */
  #include <sys/ioctl.h>
  #include <sys/wait.h>
This page took 0.033888 seconds and 4 git commands to generate.