summaryrefslogtreecommitdiff
path: root/libre/linux-libre-tools/04-fix-usip-h-path.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-10-06 12:33:17 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-10-06 12:33:17 -0200
commita9d59dc497435e8c04dc1c0210268dcf85062b03 (patch)
treeec46fd2ff6ab0616375a9e9d68c8fc98cba95bfc /libre/linux-libre-tools/04-fix-usip-h-path.patch
parent6fc3101b747f950f7491b72e6743058790a691bc (diff)
downloadabslibre-a9d59dc497435e8c04dc1c0210268dcf85062b03.tar.gz
abslibre-a9d59dc497435e8c04dc1c0210268dcf85062b03.tar.bz2
abslibre-a9d59dc497435e8c04dc1c0210268dcf85062b03.zip
linux-libre-tools-3.17_gnu-1: updating version
* implement FS#41690 -> https://bugs.archlinux.org/task/41690
Diffstat (limited to 'libre/linux-libre-tools/04-fix-usip-h-path.patch')
-rw-r--r--libre/linux-libre-tools/04-fix-usip-h-path.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/libre/linux-libre-tools/04-fix-usip-h-path.patch b/libre/linux-libre-tools/04-fix-usip-h-path.patch
new file mode 100644
index 000000000..2d9abce0a
--- /dev/null
+++ b/libre/linux-libre-tools/04-fix-usip-h-path.patch
@@ -0,0 +1,13 @@
+# Copyright 2014 Sébastien Luttringer
+
+--- a/tools/usb/usbip/libsrc/usbip_common.h 2014-10-06 02:13:09.295856364 +0200
++++ b/tools/usb/usbip/libsrc/usbip_common.h 2014-10-06 02:13:03.607873728 +0200
+@@ -15,7 +15,7 @@
+ #include <syslog.h>
+ #include <unistd.h>
+ #include <linux/usb/ch9.h>
+-#include <linux/usbip.h>
++#include "../../../include/uapi/linux/usbip.h"
+
+ #ifndef USBIDS_FILE
+ #define USBIDS_FILE "/usr/share/hwdata/usb.ids"