summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2007-01-24 10:23:38 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2007-01-24 10:23:38 +0000
commitd558f0ce07ec6c4abf758d825807e45ca640def8 (patch)
tree3f86c19e2bc1ed4959efbf947a1d1de3d7aa4058 /sys-apps/fxload/files
parentupdate virtual/m3 to point to cm3-bin (diff)
downloadhistorical-d558f0ce07ec6c4abf758d825807e45ca640def8.tar.gz
historical-d558f0ce07ec6c4abf758d825807e45ca640def8.tar.bz2
historical-d558f0ce07ec6c4abf758d825807e45ca640def8.zip
Fixed compilation with linux-headers-2.6.19, removed dependency to sys-apps/hotplug, solving Bug #159931.
Package-Manager: portage-2.1.2-r3
Diffstat (limited to 'sys-apps/fxload/files')
-rw-r--r--sys-apps/fxload/files/fxload-20020411-linux-headers-2.6.19.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-apps/fxload/files/fxload-20020411-linux-headers-2.6.19.patch b/sys-apps/fxload/files/fxload-20020411-linux-headers-2.6.19.patch
new file mode 100644
index 000000000000..5a69c019a774
--- /dev/null
+++ b/sys-apps/fxload/files/fxload-20020411-linux-headers-2.6.19.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-01-24 10:27:42.158833807 +0100
++++ fxload-2002_04_11/ezusb.c 2007-01-24 10:27:59.682033836 +0100
+@@ -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"