diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2005-02-14 00:08:22 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2005-02-14 00:08:22 +0000 |
commit | b56cba735dbcfd5624bb092cb5a87dbebcf0a353 (patch) | |
tree | 136386ffdc297eb7072406d205294a8990fbdf7a /sys-kernel | |
parent | fixed a accidently added mistake. (diff) | |
download | gentoo-2-b56cba735dbcfd5624bb092cb5a87dbebcf0a353.tar.gz gentoo-2-b56cba735dbcfd5624bb092cb5a87dbebcf0a353.tar.bz2 gentoo-2-b56cba735dbcfd5624bb092cb5a87dbebcf0a353.zip |
Add a usbutils fix; #81882.
(Portage version: 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/files/linux-headers-2.6.10-appCompat.patch | 11 |
2 files changed, 16 insertions, 1 deletions
diff --git a/sys-kernel/linux-headers/ChangeLog b/sys-kernel/linux-headers/ChangeLog index 571861247a82..9af7a072780f 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.102 2005/02/13 18:06:56 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/ChangeLog,v 1.103 2005/02/14 00:08:22 plasmaroo Exp $ + + 14 Feb 2005; <plasmaroo@gentoo.org> + files/linux-headers-2.6.10-appCompat.patch: + Add a usbutils fix; #81882. 13 Feb 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.10-appCompat.patch b/sys-kernel/linux-headers/files/linux-headers-2.6.10-appCompat.patch index f4bd448f5a00..82cb6573ae46 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 @@ -2249,3 +2249,14 @@ diff -urp linux-2.6.10/include/linux/if_fddi.h linux-2.6.10-gentoo/include/linux #define SPARC_FLAG_KTHREAD 0x1 /* task is a kernel thread */ #define SPARC_FLAG_UNALIGNED 0x2 /* is allowed to do unaligned accesses */ +diff -urp linux-2.6.10/include/linux/usb_ch9.h linux-2.6.10-gentoo/include/linux/usb_ch9.h +--- linux-2.6.10/include/linux/usb_ch9.h 2004-11-20 16:54:35.000000000 +0000 ++++ linux-2.6.10-gentoo/include/linux/usb_ch9.h 2005-02-13 23:42:55.629530192 +0000 +@@ -17,6 +17,7 @@ + #define __LINUX_USB_CH9_H + + #include <asm/types.h> /* __u8 etc */ ++#include <linux/types.h> /* __le16 */ + + /*-------------------------------------------------------------------------*/ + |