summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartłomiej Zimoń2007-07-09 21:50:24 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit7900aefb33cfcec1e5afb45fb616dfe086787b26 (patch)
tree57f8544fcb9320b63d8984973229f544962e5b9d
parent46d91c8da89f6681b22a53cbe1d38af9f48bdf55 (diff)
downloadtvtime-7900aefb33cfcec1e5afb45fb616dfe086787b26.zip
tvtime-7900aefb33cfcec1e5afb45fb616dfe086787b26.tar.gz
- don't need __user, now tvtime worksauto/th/tvtime-1_0_2-3
Changed files: tvtime-def_user.patch -> 1.2
-rw-r--r--tvtime-def_user.patch8
1 files changed, 3 insertions, 5 deletions
diff --git a/tvtime-def_user.patch b/tvtime-def_user.patch
index 656937a..e426f6d 100644
--- a/tvtime-def_user.patch
+++ b/tvtime-def_user.patch
@@ -1,12 +1,10 @@
---- src/videodev2.h 2005-01-17 03:36:40.000000000 +0100
-+++ src/videodev2.h-new 2007-05-30 23:31:53.568531335 +0200
-@@ -16,7 +16,8 @@
+--- src/videodev2.h.orig 2005-01-17 03:36:40.000000000 +0100
++++ src/videodev2.h 2007-07-09 23:19:59.346188344 +0200
+@@ -16,7 +16,6 @@
#ifdef __KERNEL__
#include <linux/time.h> /* need struct timeval */
#endif
-#include <linux/compiler.h> /* need __user */
-+
-+#define __user __attribute__((noderef, address_space(1)))
/* for kernel versions 2.4.26 and below: */
#ifndef __user