diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2005-02-16 00:08:12 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2005-02-16 00:08:12 +0000 |
commit | 54cfbc1c3b18776e74e745b85988858007fc0b50 (patch) | |
tree | dde1f0b18084d957109ef60fc2b3564ab961303c /sys-kernel | |
parent | Minor ebuild fixes. (diff) | |
download | historical-54cfbc1c3b18776e74e745b85988858007fc0b50.tar.gz historical-54cfbc1c3b18776e74e745b85988858007fc0b50.tar.bz2 historical-54cfbc1c3b18776e74e745b85988858007fc0b50.zip |
Fix rp-pppoe.
Package-Manager: portage-2.0.51.16
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/linux-headers/ChangeLog | 6 | ||||
-rw-r--r-- | sys-kernel/linux-headers/Manifest | 4 | ||||
-rw-r--r-- | sys-kernel/linux-headers/files/linux-headers-2.6.10-appCompat.patch | 11 |
3 files changed, 18 insertions, 3 deletions
diff --git a/sys-kernel/linux-headers/ChangeLog b/sys-kernel/linux-headers/ChangeLog index 9af7a072780f..807fd2d3494c 100644 --- a/sys-kernel/linux-headers/ChangeLog +++ b/sys-kernel/linux-headers/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-kernel/linux-headers # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/ChangeLog,v 1.103 2005/02/14 00:08:22 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/ChangeLog,v 1.104 2005/02/16 00:08:11 plasmaroo Exp $ + + 16 Feb 2005; <plasmaroo@gentoo.org> + files/linux-headers-2.6.10-appCompat.patch: + Fix rp-pppoe. 14 Feb 2005; <plasmaroo@gentoo.org> files/linux-headers-2.6.10-appCompat.patch: diff --git a/sys-kernel/linux-headers/Manifest b/sys-kernel/linux-headers/Manifest index cea99b5cc267..4602b92fab38 100644 --- a/sys-kernel/linux-headers/Manifest +++ b/sys-kernel/linux-headers/Manifest @@ -1,4 +1,4 @@ -MD5 8680cf8cfb0489c2af2f994c1f6a4722 ChangeLog 23456 +MD5 086ff7c9d793fd93de98e42ebeda862a ChangeLog 23557 MD5 b3099588e509bea5bf8c12f2b3882f58 linux-headers-2.2.26.ebuild 2509 MD5 c2c4eec01b604c30d0826e73ac02cac4 linux-headers-2.4.23.ebuild 3482 MD5 608fe99985244b0445f76cee44c9ae14 metadata.xml 290 @@ -29,7 +29,7 @@ MD5 602f7309c0163c018627f06b5f1ace3a files/linux-headers-2.6.8.1-arm-float.patch MD5 9854e47afccae85e887bcb970fc68890 files/digest-linux-headers-2.4.21-r1 67 MD5 9101139b0720280f338a1823c281ee84 files/linux-headers-2.6.8.1-parisc-syscall.patch 413 MD5 9854e47afccae85e887bcb970fc68890 files/digest-linux-headers-2.4.21 67 -MD5 7f46bd50185da35b81ec1db450173114 files/linux-headers-2.6.10-appCompat.patch 70002 +MD5 0a329bca0065812009f3963adf5d371c files/linux-headers-2.6.10-appCompat.patch 70294 MD5 e300a3e148a7dcc38a0e099494fb6cb3 files/bigendian-byteorder-fix.patch 1557 MD5 14c583e9ea29b2a3fc88349685cce2f4 files/linux-headers-soundcard-ppc64.patch 722 MD5 fb33a0ba21375f190137b9f478ad9799 files/digest-linux-headers-2.6.8.1-r2 146 diff --git a/sys-kernel/linux-headers/files/linux-headers-2.6.10-appCompat.patch b/sys-kernel/linux-headers/files/linux-headers-2.6.10-appCompat.patch index 82cb6573ae46..88f259863402 100644 --- a/sys-kernel/linux-headers/files/linux-headers-2.6.10-appCompat.patch +++ b/sys-kernel/linux-headers/files/linux-headers-2.6.10-appCompat.patch @@ -398,6 +398,17 @@ 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 @@ + typedef __u16 __bitwise __be16; + typedef __u32 __bitwise __le32; + typedef __u32 __bitwise __be32; +-#if defined(__GNUC__) && !defined(__STRICT_ANSI__) + typedef __u64 __bitwise __le64; + typedef __u64 __bitwise __be64; +-#endif + + struct ustat { + __kernel_daddr_t f_tfree; 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 |