diff options
author | 2004-07-14 00:04:47 +0000 | |
---|---|---|
committer | 2004-07-14 00:04:47 +0000 | |
commit | a8cf631e1f49b9685238f12631b5aca21b947805 (patch) | |
tree | ce0c9b011298a9f5a1906648eb48fb4de9c8ab62 /sys-kernel/linux26-headers | |
parent | repoman qa fixes (diff) | |
download | historical-a8cf631e1f49b9685238f12631b5aca21b947805.tar.gz historical-a8cf631e1f49b9685238f12631b5aca21b947805.tar.bz2 historical-a8cf631e1f49b9685238f12631b5aca21b947805.zip |
Fixing patch; bug #56957.
Diffstat (limited to 'sys-kernel/linux26-headers')
-rw-r--r-- | sys-kernel/linux26-headers/Manifest | 2 | ||||
-rw-r--r-- | sys-kernel/linux26-headers/files/linux26-headers-2.6.7-appCompat.patch | 18 |
2 files changed, 10 insertions, 10 deletions
diff --git a/sys-kernel/linux26-headers/Manifest b/sys-kernel/linux26-headers/Manifest index e4d841d2d393..a683f801d596 100644 --- a/sys-kernel/linux26-headers/Manifest +++ b/sys-kernel/linux26-headers/Manifest @@ -25,4 +25,4 @@ MD5 537c756a05fe1a6819277938d570b70a files/linux26-headers-2.6.0-strict-ansi-fix MD5 830c6d1dcb1b22b9095e6f16f3ebdf85 files/linux26-headers-2.6.6-tcp_info-DRS-backport.patch 288 MD5 a8c4e44a323fbde21b9de3940e2ca5ef files/digest-linux26-headers-2.6.5 66 MD5 53405777e395f5520722f9fb2398ddd8 files/digest-linux26-headers-2.6.4 66 -MD5 6d93c730501f94b18689b6c6e28dd360 files/linux26-headers-2.6.7-appCompat.patch 37436 +MD5 cff3b528297c5386543dd3e046d00dc5 files/linux26-headers-2.6.7-appCompat.patch 37604 diff --git a/sys-kernel/linux26-headers/files/linux26-headers-2.6.7-appCompat.patch b/sys-kernel/linux26-headers/files/linux26-headers-2.6.7-appCompat.patch index 920f96de2973..eb7b8ff8629a 100644 --- a/sys-kernel/linux26-headers/files/linux26-headers-2.6.7-appCompat.patch +++ b/sys-kernel/linux26-headers/files/linux26-headers-2.6.7-appCompat.patch @@ -1146,9 +1146,9 @@ diff -ur linux-2.6.7/include/linux/list.h linux-2.6.7-gentoo/include/linux/list. } /* -diff -ur linux-2.6.7/compiler.h linux-2.6.7-gentoo/compiler.h ---- linux-2.6.7/compiler.h 2004-07-13 19:00:02.464663368 +0100 -+++ linux-2.6.7-gentoo/compiler.h 2004-07-13 18:44:43.000000000 +0100 +diff -ur linux-2.6.7/include/linux/compiler.h linux-2.6.7-gentoo/include/linux/compiler.h +--- linux-2.6.7/include/linux/compiler.h 2004-07-13 19:00:02.464663368 +0100 ++++ linux-2.6.7-gentoo/include/linux/compiler.h 2004-07-13 18:44:43.000000000 +0100 @@ -27,8 +27,6 @@ #endif #endif @@ -1178,9 +1178,9 @@ diff -ur linux-2.6.7/compiler.h linux-2.6.7-gentoo/compiler.h +#endif + #endif /* __LINUX_COMPILER_H */ -diff -ur linux-2.6.7/list.h linux-2.6.7-gentoo/list.h ---- linux-2.6.7/list.h 2004-07-13 19:00:02.453665040 +0100 -+++ linux-2.6.7-gentoo/list.h 2004-07-13 18:44:43.000000000 +0100 +diff -ur linux-2.6.7/include/linux/list.h linux-2.6.7-gentoo/include/linux/list.h +--- linux-2.6.7/include/linux/list.h 2004-07-13 19:00:02.453665040 +0100 ++++ linux-2.6.7-gentoo/include/linux/list.h 2004-07-13 18:44:43.000000000 +0100 @@ -159,8 +159,8 @@ static inline void list_del(struct list_head *entry) { @@ -1232,9 +1232,9 @@ diff -ur linux-2.6.7/list.h linux-2.6.7-gentoo/list.h } static inline void hlist_del_init(struct hlist_node *n) -diff -ur linux-2.6.7/prefetch.h linux-2.6.7-gentoo/prefetch.h ---- linux-2.6.7/prefetch.h 2004-07-13 19:00:02.450665496 +0100 -+++ linux-2.6.7-gentoo/prefetch.h 2004-07-13 18:44:43.000000000 +0100 +diff -ur linux-2.6.7/include/linux/prefetch.h linux-2.6.7-gentoo/include/linux/prefetch.h +--- linux-2.6.7/include/linux/prefetch.h 2004-07-13 19:00:02.450665496 +0100 ++++ linux-2.6.7-gentoo/include/linux/prefetch.h 2004-07-13 18:44:43.000000000 +0100 @@ -59,9 +59,9 @@ { #ifdef ARCH_HAS_PREFETCH |