summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2005-04-21 18:36:17 +0000
committerTim Yamin <plasmaroo@gentoo.org>2005-04-21 18:36:17 +0000
commit4e68e81048e31af2a5736f31f53ef14bc158d6f9 (patch)
treed361efdad830619259579f032b7162d083f8ab22 /sys-kernel/linux-headers/files/linux-headers-2.6.11-appCompat.patch
parentstable amd64 (diff)
downloadhistorical-4e68e81048e31af2a5736f31f53ef14bc158d6f9.tar.gz
historical-4e68e81048e31af2a5736f31f53ef14bc158d6f9.tar.bz2
historical-4e68e81048e31af2a5736f31f53ef14bc158d6f9.zip
Fix #89836.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-kernel/linux-headers/files/linux-headers-2.6.11-appCompat.patch')
-rw-r--r--sys-kernel/linux-headers/files/linux-headers-2.6.11-appCompat.patch10
1 files changed, 9 insertions, 1 deletions
diff --git a/sys-kernel/linux-headers/files/linux-headers-2.6.11-appCompat.patch b/sys-kernel/linux-headers/files/linux-headers-2.6.11-appCompat.patch
index f500f50f5237..52353f5d6d01 100644
--- a/sys-kernel/linux-headers/files/linux-headers-2.6.11-appCompat.patch
+++ b/sys-kernel/linux-headers/files/linux-headers-2.6.11-appCompat.patch
@@ -398,7 +398,7 @@ diff -ur linux-2.6.0/include/linux/types.h linux-2.6.0/include/linux.gentoo/type
#endif /* __KERNEL__ */
#if defined(__GNUC__) && !defined(__STRICT_ANSI__)
-@@ -176,10 +157,8 @@
+@@ -176,16 +157,16 @@
typedef __u16 __bitwise __be16;
typedef __u32 __bitwise __le32;
typedef __u32 __bitwise __be32;
@@ -407,8 +407,16 @@ diff -ur linux-2.6.0/include/linux/types.h linux-2.6.0/include/linux.gentoo/type
typedef __u64 __bitwise __be64;
-#endif
++#ifndef _SYS_TYPES_H
struct ustat {
__kernel_daddr_t f_tfree;
+ __kernel_ino_t f_tinode;
+ char f_fname[6];
+ char f_fpack[6];
+ };
++#endif
+
+ #endif /* _LINUX_TYPES_H */
diff -ur linux-2.6.8.1/include/asm-generic/siginfo.h linux-2.6.8.1-gentoo/include/asm-generic/siginfo.h
--- linux-2.6.8.1/include/asm-generic/siginfo.h 2004-01-19 20:18:36.000000000 +0000
+++ linux-2.6.8.1-gentoo/include/asm-generic/siginfo.h 2004-01-19 20:01:11.000000000 +0000