diff options
author | 2007-05-14 07:37:24 +0000 | |
---|---|---|
committer | 2007-05-14 07:37:24 +0000 | |
commit | 58d303dd31ae4ce7f50f60a4ce9985a3349051f1 (patch) | |
tree | 0c9a251809148b44b84e7ebf3e678e4251ddefd2 /sys-apps/fxload/files | |
parent | Time to say goodbye... (diff) | |
download | gentoo-2-58d303dd31ae4ce7f50f60a4ce9985a3349051f1.tar.gz gentoo-2-58d303dd31ae4ce7f50f60a4ce9985a3349051f1.tar.bz2 gentoo-2-58d303dd31ae4ce7f50f60a4ce9985a3349051f1.zip |
Fix compiling with linux-headers-2.6.21, Bug #178474.
(Portage version: 2.1.2.7)
Diffstat (limited to 'sys-apps/fxload/files')
-rw-r--r-- | sys-apps/fxload/files/fxload-20020411-linux-headers-2.6.21.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-apps/fxload/files/fxload-20020411-linux-headers-2.6.21.patch b/sys-apps/fxload/files/fxload-20020411-linux-headers-2.6.21.patch new file mode 100644 index 000000000000..e608b9d73caa --- /dev/null +++ b/sys-apps/fxload/files/fxload-20020411-linux-headers-2.6.21.patch @@ -0,0 +1,12 @@ +diff -ru fxload-2002_04_11-orig/ezusb.c fxload-2002_04_11/ezusb.c +--- fxload-2002_04_11-orig/ezusb.c 2007-05-14 09:27:19.000000000 +0200 ++++ fxload-2002_04_11/ezusb.c 2007-05-14 09:30:24.000000000 +0200 +@@ -29,7 +29,7 @@ + # include <sys/ioctl.h> + + # include <linux/version.h> +-# include <linux/usb.h> ++# include <linux/usb/ch9.h> + # include <linux/usbdevice_fs.h> + + # include "ezusb.h" |