diff options
Diffstat (limited to 'security/libfprint/files/extra-patch-FreeBSD5')
-rw-r--r-- | security/libfprint/files/extra-patch-FreeBSD5 | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/security/libfprint/files/extra-patch-FreeBSD5 b/security/libfprint/files/extra-patch-FreeBSD5 deleted file mode 100644 index f804d8d4643d..000000000000 --- a/security/libfprint/files/extra-patch-FreeBSD5 +++ /dev/null @@ -1,31 +0,0 @@ ---- libfprint/drivers/upekts.c.orig 2008-04-29 22:04:53.000000000 +0200 -+++ libfprint/drivers/upekts.c 2008-04-29 22:11:18.000000000 +0200 -@@ -35,6 +35,8 @@ - - #include <fp_internal.h> - -+#include "libfprint/errno_compat.h" -+ - #define EP_IN (1 | USB_ENDPOINT_IN) - #define EP_OUT (2 | USB_ENDPOINT_OUT) - #define TIMEOUT 5000 ---- libfprint/drivers/uru4000.c.orig 2008-04-29 22:04:44.000000000 +0200 -+++ libfprint/drivers/uru4000.c 2008-04-29 22:11:33.000000000 +0200 -@@ -28,6 +28,8 @@ - - #include <fp_internal.h> - -+#include "libfprint/errno_compat.h" -+ - #define EP_INTR (1 | USB_ENDPOINT_IN) - #define EP_DATA (2 | USB_ENDPOINT_IN) - #define USB_RQ 0x04 ---- libfprint/errno_compat.h.orig 2008-04-29 22:30:31.550769000 +0200 -+++ libfprint/errno_compat.h 2008-04-29 22:30:31.550769000 +0200 -@@ -0,0 +1,6 @@ -+#ifndef _ERRNO_COMPAT_H_ -+#define _ERRNO_COMPAT_H_ -+ -+#define EPROTO 92 -+ -+#endif /* _ERRNO_COMPAT_H_ */ |