]> git.pld-linux.org Git - packages/SVGATextMode.git/blame - SVGATextMode-page.patch
- fixed stmmenu patch instead of disabling it
[packages/SVGATextMode.git] / SVGATextMode-page.patch
CommitLineData
a1c65bb3 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 */
bb2e4a3d 8+#include <sys/user.h> /* for PAGE_SIZE */
a1c65bb3 9 #include <linux/vt.h> /* for VT_RESIZE */
10 #include <sys/ioctl.h>
11 #include <sys/wait.h>
This page took 0.071775 seconds and 4 git commands to generate.