summaryrefslogtreecommitdiff
path: root/multimedia/xawtv/patches/patch-console_matrox.c
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/xawtv/patches/patch-console_matrox.c')
-rw-r--r--multimedia/xawtv/patches/patch-console_matrox.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/multimedia/xawtv/patches/patch-console_matrox.c b/multimedia/xawtv/patches/patch-console_matrox.c
new file mode 100644
index 00000000000..cade7d28196
--- /dev/null
+++ b/multimedia/xawtv/patches/patch-console_matrox.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-console_matrox.c,v 1.1 2011/08/13 04:43:51 cheusov Exp $
+
+--- console/matrox.c.orig 2005-02-03 10:40:41.000000000 +0000
++++ console/matrox.c
+@@ -9,7 +9,7 @@
+ #include <sys/ioctl.h>
+ #include <sys/mman.h>
+
+-#include <asm/page.h> /* PAGE_SIZE */
++#include <sys/user.h> /* PAGE_SIZE */
+ #include <linux/fb.h>
+
+ #include "byteswap.h"