]> git.pld-linux.org Git - packages/SVGATextMode.git/blame - SVGATextMode-page.patch
- added page.patch (probably wrong, but asm/page.h was not found)
[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 */
8+#include <asm-generic/page.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.057891 seconds and 4 git commands to generate.