From 2ff6a5f6186aaaf677e3b475f66512f3fb8b6ba1 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Sun, 11 Jan 2015 16:14:23 +0000
Subject: libusb: update to version 1.0.19

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 43930
---
 package/libs/libusb/patches/001-timerfd.patch | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

(limited to 'package/libs/libusb/patches')

diff --git a/package/libs/libusb/patches/001-timerfd.patch b/package/libs/libusb/patches/001-timerfd.patch
index de48a7fd9b..d14e3dcba7 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(),
-- 
cgit v1.2.3