diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-02-19 16:04:47 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-02-19 16:04:47 +0000 |
commit | 38b9ee8f6367284c11f3e51921e7c430363488d7 (patch) | |
tree | 764c7d443e5fd446a60c1a882520e132709639df /packages/ftpd-topfield/files | |
parent | 26cf88c76c2e3d4e71266068ce2314af9c2c3c0d (diff) |
ftpd-topfield: Updated to 0.7.0, and fixed usb.h header location
Diffstat (limited to 'packages/ftpd-topfield/files')
-rw-r--r-- | packages/ftpd-topfield/files/usb-header-name.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/ftpd-topfield/files/usb-header-name.patch b/packages/ftpd-topfield/files/usb-header-name.patch new file mode 100644 index 0000000000..b3149341e2 --- /dev/null +++ b/packages/ftpd-topfield/files/usb-header-name.patch @@ -0,0 +1,11 @@ +--- ../../libtopfield/usb_io.h.orig 2006-01-05 14:55:10.000000000 +1030 ++++ ../../libtopfield/usb_io.h 2007-02-20 02:25:43.000000000 +1030 +@@ -34,7 +34,7 @@ + #include <linux/types.h> + #include <linux/version.h> + +-#include <linux/usb.h> ++#include <linux/usb_ch9.h> + #include <linux/usbdevice_fs.h> + + #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0) |