summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-10-05 23:07:59 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-10-05 23:07:59 +0300
commit129d1f67f7d6f6c0e5f5f93885ca0359e98876e1 (patch)
tree1662d856efe3d56645b57ae81a438d09feedc9dd /sys-apps/usbutils/files
parentsys-devel/bison: Drop old (diff)
downloadgentoo-129d1f67f7d6f6c0e5f5f93885ca0359e98876e1.tar.gz
gentoo-129d1f67f7d6f6c0e5f5f93885ca0359e98876e1.tar.bz2
gentoo-129d1f67f7d6f6c0e5f5f93885ca0359e98876e1.zip
sys-apps/usbutils: Drop old
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'sys-apps/usbutils/files')
-rw-r--r--sys-apps/usbutils/files/usbutils-006-stdint.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/sys-apps/usbutils/files/usbutils-006-stdint.patch b/sys-apps/usbutils/files/usbutils-006-stdint.patch
deleted file mode 100644
index 3aecbdfec04c..000000000000
--- a/sys-apps/usbutils/files/usbutils-006-stdint.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-https://sourceforge.net/p/digimend/bugs/41/
-
---- a/usbhid-dump/lib/iface.c
-+++ b/usbhid-dump/lib/iface.c
-@@ -30,6 +30,7 @@
- #include <assert.h>
- #include <stdlib.h>
- #include <stdio.h>
-+#include <stdint.h>
- #include <string.h>
-
- bool
---- a/usbhid-dump/lib/iface_list.c
-+++ b/usbhid-dump/lib/iface_list.c
-@@ -30,6 +30,7 @@
- #include <assert.h>
- #include <stdlib.h>
- #include <stdio.h>
-+#include <stdint.h>
-
- bool
- uhd_iface_list_valid(const uhd_iface *list)
---- a/usbhid-dump/src/usbhid-dump.c
-+++ b/usbhid-dump/src/usbhid-dump.c
-@@ -40,6 +40,7 @@
- #include <unistd.h>
- #include <getopt.h>
- #include <stdio.h>
-+#include <stdint.h>
-
- /* Define LIBUSB_CALL for libusb <= 1.0.8 */
- #ifndef LIBUSB_CALL