[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r962 - in linux-kernel-headers/trunk/debian: . patches



Author: gotom
Date: 2005-07-22 06:44:43 +0000 (Fri, 22 Jul 2005)
New Revision: 962

Added:
   linux-kernel-headers/trunk/debian/patches/linux-capi.patch
Modified:
   linux-kernel-headers/trunk/debian/changelog
Log:
    - debian/patches/linux-capi.patch: Include missing linux/compiler.h to fix
      build failure of asterisk-chan-capi and isdnutils.
      (Closes: #318297, #319303)



Modified: linux-kernel-headers/trunk/debian/changelog
===================================================================
--- linux-kernel-headers/trunk/debian/changelog	2005-07-22 06:40:15 UTC (rev 961)
+++ linux-kernel-headers/trunk/debian/changelog	2005-07-22 06:44:43 UTC (rev 962)
@@ -20,6 +20,10 @@
       asm-ppc64-swab64.patch.  Remove linux/byteorder/swabb.h part because
       it's already applied to upstream.
 
+    - debian/patches/linux-capi.patch: Include missing linux/compiler.h to fix
+      build failure of asterisk-chan-capi and isdnutils.
+      (Closes: #318297, #319303)
+
  -- GOTO Masanori <gotom@debian.org>  Sat,  2 Jul 2005 18:37:43 +0900
 
 linux-kernel-headers (2.6.12.0-1) unstable; urgency=low

Added: linux-kernel-headers/trunk/debian/patches/linux-capi.patch
===================================================================
--- linux-kernel-headers/trunk/debian/patches/linux-capi.patch	2005-07-22 06:40:15 UTC (rev 961)
+++ linux-kernel-headers/trunk/debian/patches/linux-capi.patch	2005-07-22 06:44:43 UTC (rev 962)
@@ -0,0 +1,14 @@
+2005-07-22 gotom
+This patch for 2.6.13-rc3 capi.h includes linux/compiler.h because
+__user is not defined.
+
+--- include/linux/capi.h	2005-07-13 13:46:46.000000000 +0900
++++ include/linux/capi.h.gotom	2005-07-22 13:41:31.010890973 +0900
+@@ -14,6 +14,7 @@
+ 
+ #include <asm/types.h>
+ #include <linux/ioctl.h>
++#include <linux/compiler.h>
+ #ifndef __KERNEL__
+ #include <linux/kernelcapi.h>
+ #endif



Reply to: