diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2022-12-31 02:50:02 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2022-12-31 02:50:02 +0000 |
commit | a95989d60524592010f8ee3cfbd45fa926b5e8f2 (patch) | |
tree | aaad8ab68c1b290de80b6738482fc8481fff149d /security/libfprint/files/patch-libfprint-drivers-vfs301_proto.c | |
parent | math/pynac: Cleanup expired ports (diff) |
Restore three ports removed too early and assume their maintainership.
Diffstat (limited to 'security/libfprint/files/patch-libfprint-drivers-vfs301_proto.c')
-rw-r--r-- | security/libfprint/files/patch-libfprint-drivers-vfs301_proto.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/libfprint/files/patch-libfprint-drivers-vfs301_proto.c b/security/libfprint/files/patch-libfprint-drivers-vfs301_proto.c new file mode 100644 index 000000000000..0191a418eda7 --- /dev/null +++ b/security/libfprint/files/patch-libfprint-drivers-vfs301_proto.c @@ -0,0 +1,11 @@ +--- libfprint/drivers/vfs301_proto.c.orig 2013-01-12 13:18:37 UTC ++++ libfprint/drivers/vfs301_proto.c +@@ -33,7 +33,7 @@ + #include <stdio.h> + #include <assert.h> + #include <stdlib.h> +-#include <libusb-1.0/libusb.h> ++#include <libusb.h> + + #include "vfs301_proto.h" + #include "vfs301_proto_fragments.h" |