diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-01-11 16:14:23 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-01-11 16:14:23 +0000 |
commit | 2ff6a5f6186aaaf677e3b475f66512f3fb8b6ba1 (patch) | |
tree | e6acc1b444e0833ba7811844cdf6639b5e315d40 /package/libs/libusb/patches | |
parent | b78cddafcc74d83fe93057bd8623ae0701a4c93f (diff) | |
download | mtk-20170518-2ff6a5f6186aaaf677e3b475f66512f3fb8b6ba1.zip mtk-20170518-2ff6a5f6186aaaf677e3b475f66512f3fb8b6ba1.tar.gz mtk-20170518-2ff6a5f6186aaaf677e3b475f66512f3fb8b6ba1.tar.bz2 |
libusb: update to version 1.0.19
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43930
Diffstat (limited to 'package/libs/libusb/patches')
-rw-r--r-- | package/libs/libusb/patches/001-timerfd.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/package/libs/libusb/patches/001-timerfd.patch b/package/libs/libusb/patches/001-timerfd.patch index de48a7f..d14e3dc 100644 --- a/package/libs/libusb/patches/001-timerfd.patch +++ b/package/libs/libusb/patches/001-timerfd.patch @@ -14,15 +14,15 @@ Date: Thu Jan 27 06:39:16 2011 +0300 --- a/libusb/io.c +++ b/libusb/io.c -@@ -20,6 +20,7 @@ - - #include <config.h> - #include <errno.h> +@@ -32,6 +32,7 @@ + #include <sys/time.h> + #endif + #ifdef USBI_TIMERFD_AVAILABLE +#include <fcntl.h> - #include <signal.h> - #include <stdint.h> - #include <stdlib.h> -@@ -1072,7 +1073,7 @@ int usbi_io_init(struct libusb_context * + #include <sys/timerfd.h> + #endif + +@@ -1141,7 +1142,7 @@ int usbi_io_init(struct libusb_context * #ifdef USBI_TIMERFD_AVAILABLE ctx->timerfd = timerfd_create(usbi_backend->get_timerfd_clockid(), |