From c0efd5adee9d702867f5987f380cdb460b71587a Mon Sep 17 00:00:00 2001 From: Tim Yamin Date: Sun, 24 Apr 2005 18:44:42 +0000 Subject: Fix #87513. (Portage version: 2.0.51.19) --- sys-kernel/linux-headers/ChangeLog | 7 ++++++- .../linux-headers/files/linux-headers-2.6.11-appCompat.patch | 11 +++++++++++ .../linux-headers/files/linux-headers-2.6.8.1-appCompat.patch | 11 +++++++++++ 3 files changed, 28 insertions(+), 1 deletion(-) diff --git a/sys-kernel/linux-headers/ChangeLog b/sys-kernel/linux-headers/ChangeLog index 0f15f575f702..ce83d541353a 100644 --- a/sys-kernel/linux-headers/ChangeLog +++ b/sys-kernel/linux-headers/ChangeLog @@ -1,6 +1,11 @@ # 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.118 2005/04/24 14:22:50 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/ChangeLog,v 1.119 2005/04/24 18:44:42 plasmaroo Exp $ + + 24 Apr 2005; + files/linux-headers-2.6.11-appCompat.patch, + files/linux-headers-2.6.8.1-appCompat.patch: + Fix #87513. 24 Apr 2005; files/linux-headers-2.6.8.1-appCompat.patch: 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 52353f5d6d01..39e20491a4d7 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 @@ -2419,3 +2419,14 @@ diff -urp linux-2.6.10/include/linux/if_ppp.h linux-2.6.10-gentoo/include/linux/ static inline __be32 __cpu_to_be32p(const __u32 *p) { return (__force __be32)__swab32p(p); +--- linux-2.6.8.1/include/linux/ethtool.h 2005-04-13 13:39:08.000000000 -0700 ++++ linux-2.6.8.1-gentoo/include/linux/ethtool.h 2005-04-13 13:35:31.000000000 -0700 +@@ -12,6 +12,8 @@ + #ifndef _LINUX_ETHTOOL_H + #define _LINUX_ETHTOOL_H + ++#include ++ + /* This should work for both 32 and 64 bit userland. */ + struct ethtool_cmd { + __u32 cmd; diff --git a/sys-kernel/linux-headers/files/linux-headers-2.6.8.1-appCompat.patch b/sys-kernel/linux-headers/files/linux-headers-2.6.8.1-appCompat.patch index dd35bd7909e3..6a623e1e1fee 100644 --- a/sys-kernel/linux-headers/files/linux-headers-2.6.8.1-appCompat.patch +++ b/sys-kernel/linux-headers/files/linux-headers-2.6.8.1-appCompat.patch @@ -1996,3 +1996,14 @@ diff -ur linux-2.6.8.1/include/asm-ia64/siginfo.h linux-2.6.8.1-gentoo/include/a #define si_imm _sifields._sigfault._imm /* as per UNIX SysV ABI spec */ #define si_flags _sifields._sigfault._flags +--- linux-2.6.8.1/include/linux/ethtool.h 2005-04-13 13:39:08.000000000 -0700 ++++ linux-2.6.8.1-gentoo/include/linux/ethtool.h 2005-04-13 13:35:31.000000000 -0700 +@@ -12,6 +12,8 @@ + #ifndef _LINUX_ETHTOOL_H + #define _LINUX_ETHTOOL_H + ++#include ++ + /* This should work for both 32 and 64 bit userland. */ + struct ethtool_cmd { + __u32 cmd; -- cgit v1.2.3-65-gdbad