mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/linux-tools: add patch
This commit is contained in:
parent
6ba11d5bd8
commit
0d99718cd1
1 changed files with 13 additions and 0 deletions
13
community/linux-tools/04-fix-usip-h-path.patch
Normal file
13
community/linux-tools/04-fix-usip-h-path.patch
Normal file
|
@ -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"
|
Loading…
Reference in a new issue