]> git.pld-linux.org Git - packages/SVGATextMode.git/blob - SVGATextMode-page.patch
- fixed stmmenu patch instead of disabling it
[packages/SVGATextMode.git] / SVGATextMode-page.patch
1 --- SVGATextMode-1.10/ttyresize.c.old   2011-05-18 17:12:39.000000000 +0200
2 +++ SVGATextMode-1.10/ttyresize.c       2011-05-18 17:13:03.000000000 +0200
3 @@ -42,7 +42,7 @@
4  #include <unistd.h>
5  #include <stdlib.h>
6  #include <string.h>
7 -#include <asm/page.h>  /* for PAGE_SIZE */
8 +#include <sys/user.h>  /* for PAGE_SIZE */
9  #include <linux/vt.h>   /* for VT_RESIZE */
10  #include <sys/ioctl.h>
11  #include <sys/wait.h>
This page took 0.083009 seconds and 3 git commands to generate.