Refresh all patches for 0.5.0

- Drop fix-libusb-global-variables-FTBFS.patch implemented upstream.
This commit is contained in:
Didier Raboud
2013-01-15 18:03:40 +01:00
parent cab9941e00
commit 9fa5335ea1
5 changed files with 10 additions and 91 deletions
+4 -4
View File
@@ -8,9 +8,9 @@ Last-Update: 2012-05-21
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/libfprint/drivers/uru4000.c
+++ b/libfprint/drivers/uru4000.c
@@ -29,6 +29,10 @@
@@ -32,6 +32,10 @@
#include <fp_internal.h>
#include "driver_ids.h"
+#ifndef ETIME
+#define ETIME ETIMEDOUT /* For kFreeBSD */
@@ -21,9 +21,9 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
#define USB_RQ 0x04
--- a/libfprint/drivers/vfs101.c
+++ b/libfprint/drivers/vfs101.c
@@ -25,6 +25,10 @@
@@ -27,6 +27,10 @@
#include <fp_internal.h>
#include "driver_ids.h"
+#ifndef ETIME
+#define ETIME ETIMEDOUT /* For kFreeBSD */