tag 427603 +patch
thank

Hi!

Here is a quick patch to fix the build failure in tvtime.

A alternative approach could be to just use the videodev2.h already shipped 
in /usr/include/linux

diff -u tvtime-1.0.2/debian/changelog tvtime-1.0.2/debian/changelog
--- tvtime-1.0.2/debian/changelog
+++ tvtime-1.0.2/debian/changelog
@@ -1,3 +1,10 @@
+tvtime (1.0.2-0.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove <linux/compiler.h> it is kind of not needed. (Closes: #427603)
+
+ -- Sune Vuorela <[EMAIL PROTECTED]>  Fri, 22 Jun 2007 02:30:53 
+0100
+
 tvtime (1.0.2-0.2) unstable; urgency=low

   * Non-maintainer upload to fix pending l10n issues.
only in patch2:
unchanged:
--- tvtime-1.0.2.orig/src/videodev2.h
+++ tvtime-1.0.2/src/videodev2.h
@@ -16,7 +16,6 @@
 #ifdef __KERNEL__
 #include <linux/time.h> /* need struct timeval */
 #endif
-#include <linux/compiler.h> /* need __user */

 /* for kernel versions 2.4.26 and below: */
 #ifndef __user


/Sune


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to