summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2005-01-05 20:54:33 +0000
committerTim Yamin <plasmaroo@gentoo.org>2005-01-05 20:54:33 +0000
commit732c0db8e88011361f67368edaec7fc0326c1f0e (patch)
tree0a497801012e122bc35308668032ca8c44cb5876
parentInitial import. Dependency of #67395. (diff)
downloadhistorical-732c0db8e88011361f67368edaec7fc0326c1f0e.tar.gz
historical-732c0db8e88011361f67368edaec7fc0326c1f0e.tar.bz2
historical-732c0db8e88011361f67368edaec7fc0326c1f0e.zip
Removing <linux/fd.h> hunk that's not needed with the new barrier() implementation; fixes e2fsprogs on AMD64.
-rw-r--r--sys-kernel/linux26-headers/Manifest2
-rw-r--r--sys-kernel/linux26-headers/files/linux26-headers-2.6.8.1-appCompat.patch11
2 files changed, 1 insertions, 12 deletions
diff --git a/sys-kernel/linux26-headers/Manifest b/sys-kernel/linux26-headers/Manifest
index 1e4d53fa358d..d15b8de3d2e3 100644
--- a/sys-kernel/linux26-headers/Manifest
+++ b/sys-kernel/linux26-headers/Manifest
@@ -15,7 +15,7 @@ MD5 6dd79a655f006aebb7206203f3654976 files/linux26-headers-2.6.7-generic-arm-pre
MD5 fb33a0ba21375f190137b9f478ad9799 files/digest-linux26-headers-2.6.8.1-r1 146
MD5 8a065c0dc3b8fac8747de35f1af75a2c files/linux26-headers-2.6.0-fb.patch 386
MD5 9101139b0720280f338a1823c281ee84 files/linux26-headers-2.6.8.1-parisc-syscall.patch 413
-MD5 059bc0fd9ab694075c0a27b717816f93 files/linux26-headers-2.6.8.1-appCompat.patch 57060
+MD5 8f3a515e5e309495343a3eef4721ddd6 files/linux26-headers-2.6.8.1-appCompat.patch 56603
MD5 b405a908c2cc1e6ed3e25f030c41f4c4 files/digest-linux26-headers-2.6.7-r4 66
MD5 7c487aa645f5d88e86c3252ab44ef5ae files/linux26-headers-2.6.7-appCompat.patch 42608
MD5 5258c64bed51646ee05cde4fbc40ae03 files/linux26-headers-2.6.8.1-sparc-glibcsafe.patch 2886
diff --git a/sys-kernel/linux26-headers/files/linux26-headers-2.6.8.1-appCompat.patch b/sys-kernel/linux26-headers/files/linux26-headers-2.6.8.1-appCompat.patch
index 05da1f2ee146..85ece42ba116 100644
--- a/sys-kernel/linux26-headers/files/linux26-headers-2.6.8.1-appCompat.patch
+++ b/sys-kernel/linux26-headers/files/linux26-headers-2.6.8.1-appCompat.patch
@@ -929,17 +929,6 @@ diff -ur linux-2.6.8.1/include/linux/wait.h linux-2.6.8.1-gentoo/include/linux/w
-#endif /* __KERNEL__ */
-
#endif
-diff -ur linux-2.6.8.1/include/linux/fd.h linux-2.6.8.1-gentoo/include/linux/fd.h
---- linux-2.6.8.1/include/linux/fd.h 2004-06-12 12:11:54.000000000 +0100
-+++ linux-2.6.8.1-gentoo/include/linux/fd.h 2004-06-18 20:53:39.000000000 +0100
-@@ -3,6 +3,7 @@
-
- #include <linux/ioctl.h>
- #include <linux/compiler.h>
-+#include <linux/types.h>
-
- /* New file layout: Now the ioctl definitions immediately follow the
- * definitions of the structures that they use */
diff -ur linux-2.6.8.1/include/linux/compiler.h linux-2.6.8.1-gentoo/include/linux/compiler.h
--- linux-2.6.8.1/include/linux/compiler.h 2004-06-12 12:11:54.000000000 +0100
+++ linux-2.6.8.1-gentoo/include/linux/compiler.h 2004-06-24 09:48:32.478502752 +0100