diff options
author | 2005-02-14 00:08:22 +0000 | |
---|---|---|
committer | 2005-02-14 00:08:22 +0000 | |
commit | 73ea06801b2a78ce6a252098f9c99cbefb28e9c2 (patch) | |
tree | 2ef7cf7ed445d744983b53e936d2060c2a670a29 /sys-kernel/linux-headers/files | |
parent | fixed a accidently added mistake. (diff) | |
download | historical-73ea06801b2a78ce6a252098f9c99cbefb28e9c2.tar.gz historical-73ea06801b2a78ce6a252098f9c99cbefb28e9c2.tar.bz2 historical-73ea06801b2a78ce6a252098f9c99cbefb28e9c2.zip |
Add a usbutils fix; #81882.
Package-Manager: portage-2.0.51.16
Diffstat (limited to 'sys-kernel/linux-headers/files')
-rw-r--r-- | sys-kernel/linux-headers/files/linux-headers-2.6.10-appCompat.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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 */ + + /*-------------------------------------------------------------------------*/ + |