summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2004-02-22 22:39:12 +0000
committerTim Yamin <plasmaroo@gentoo.org>2004-02-22 22:39:12 +0000
commit60aed378cfb8f913a3ebb43dac12d05a9f7bc6cc (patch)
tree081c332598bc3a5127e38fc533e0530adb11286e /sys-kernel
parentRemove arm keywords (diff)
downloadhistorical-60aed378cfb8f913a3ebb43dac12d05a9f7bc6cc.tar.gz
historical-60aed378cfb8f913a3ebb43dac12d05a9f7bc6cc.tar.bz2
historical-60aed378cfb8f913a3ebb43dac12d05a9f7bc6cc.zip
Updated compatibility patch to require <linux/compiler.h> for <linux/usbdevice_fs.h>.
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/linux-headers/Manifest2
-rw-r--r--sys-kernel/linux-headers/files/linux-headers-2.6.3-appCompat.patch10
2 files changed, 11 insertions, 1 deletions
diff --git a/sys-kernel/linux-headers/Manifest b/sys-kernel/linux-headers/Manifest
index c00f663a6886..02ac5502c6b8 100644
--- a/sys-kernel/linux-headers/Manifest
+++ b/sys-kernel/linux-headers/Manifest
@@ -37,7 +37,7 @@ MD5 700dfcb704ed5987434f84006e39787e files/digest-linux-headers-2.4.17-r4 144
MD5 679eec2a96d0951ce7ea0603d9b76c21 files/linux-headers-2.6.3-strict-ansi-fix.patch 1855
MD5 1a3b49dce5bc80827496967e767a4a04 files/digest-linux-headers-2.6.3-r1 66
MD5 537c756a05fe1a6819277938d570b70a files/linux-headers-2.6.0-strict-ansi-fix.patch 1484
-MD5 a5f48f011d445c551b69a0aba69840dd files/linux-headers-2.6.3-appCompat.patch 17106
+MD5 472b4fc39c7c2855c7e86606927bc2a2 files/linux-headers-2.6.3-appCompat.patch 17484
MD5 e300a3e148a7dcc38a0e099494fb6cb3 files/bigendian-byteorder-fix.patch 1557
MD5 79ee1ad9f4629595cd8d0cd20ca56dc1 files/digest-linux-headers-2.4.23 67
MD5 4bb39400b782c620a61abff4b8abd627 files/digest-linux-headers-2.4.16-r1 348
diff --git a/sys-kernel/linux-headers/files/linux-headers-2.6.3-appCompat.patch b/sys-kernel/linux-headers/files/linux-headers-2.6.3-appCompat.patch
index 9afb2ddb6e6d..f6d0a979954b 100644
--- a/sys-kernel/linux-headers/files/linux-headers-2.6.3-appCompat.patch
+++ b/sys-kernel/linux-headers/files/linux-headers-2.6.3-appCompat.patch
@@ -585,3 +585,13 @@ diff -ur linux-2.6.0/include/linux/i2c.h linux-2.6.0/include/linux.gentoo/i2c.h
+#endif
#endif /* _LINUX_I2C_H */
+--- linux-2.6.3/include/linux/usbdevice_fs.h 2004-02-22 16:52:07.000000000 +0000
++++ linux-2.6.3/include/linux/usbdevice_fs.h 2004-02-22 22:10:45.000000000 +0000
+@@ -31,6 +31,7 @@
+ #ifndef _LINUX_USBDEVICE_FS_H
+ #define _LINUX_USBDEVICE_FS_H
+
++#include <linux/compiler.h>
+ #include <linux/types.h>
+
+ /* --------------------------------------------------------------------- */