summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2005-04-24 18:44:42 +0000
committerTim Yamin <plasmaroo@gentoo.org>2005-04-24 18:44:42 +0000
commitc0efd5adee9d702867f5987f380cdb460b71587a (patch)
tree7e90caafa1363dc50faad9917d03d13ee412ee38
parentStable on hppa. (diff)
downloadgentoo-2-c0efd5adee9d702867f5987f380cdb460b71587a.tar.gz
gentoo-2-c0efd5adee9d702867f5987f380cdb460b71587a.tar.bz2
gentoo-2-c0efd5adee9d702867f5987f380cdb460b71587a.zip
Fix #87513.
(Portage version: 2.0.51.19)
-rw-r--r--sys-kernel/linux-headers/ChangeLog7
-rw-r--r--sys-kernel/linux-headers/files/linux-headers-2.6.11-appCompat.patch11
-rw-r--r--sys-kernel/linux-headers/files/linux-headers-2.6.8.1-appCompat.patch11
3 files changed, 28 insertions, 1 deletions
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; <plasmaroo@gentoo.org>
+ files/linux-headers-2.6.11-appCompat.patch,
+ files/linux-headers-2.6.8.1-appCompat.patch:
+ Fix #87513.
24 Apr 2005; <plasmaroo@gentoo.org>
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 <linux/types.h>
++
+ /* 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 <linux/types.h>
++
+ /* This should work for both 32 and 64 bit userland. */
+ struct ethtool_cmd {
+ __u32 cmd;