diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-01-20 19:39:25 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-01-20 19:39:25 +0000 |
commit | e1a04ecc3a5329bead77e23330e4b6d5c5c6e304 (patch) | |
tree | 954a0a96709be2b2f916eb5844d0686774d2722b /sysutils/usbutils/files/patch-lsusb.c | |
parent | dns/powerdns and dns/powerdns-recursor: unbreak build with clang 4.0 (diff) |
Update to 0.91
- Use usbhid-dump and usbids from ports
- Use USES=shebangfix
- Convert to new options target helper
- Cosmetic change
- Sort PLIST
- Update WWW
- Take maintainership
Changes: https://github.com/gregkh/usbutils/blob/master/NEWS
Diffstat (limited to 'sysutils/usbutils/files/patch-lsusb.c')
-rw-r--r-- | sysutils/usbutils/files/patch-lsusb.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sysutils/usbutils/files/patch-lsusb.c b/sysutils/usbutils/files/patch-lsusb.c deleted file mode 100644 index 86841c67cc56..000000000000 --- a/sysutils/usbutils/files/patch-lsusb.c +++ /dev/null @@ -1,15 +0,0 @@ ---- lsusb.c.orig 2009-08-17 22:28:42.000000000 +0000 -+++ lsusb.c 2010-07-26 13:08:52.000000000 +0000 -@@ -31,8 +31,11 @@ - #include <string.h> - #include <errno.h> - #include <stdio.h> -+#include <stdlib.h> - #include <stdarg.h> --#include <byteswap.h> -+#if defined(HAVE_UNISTD_H) -+#include <unistd.h> -+#endif - #include <usb.h> - - #include "names.h" |