diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-23 18:01:22 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-23 18:01:22 -0500 |
commit | d97844073a853fbfd1b4f5e075e2f8c93e45b632 (patch) | |
tree | 4612bd829926d46ff2c786b2ab8b6feb7120bdd1 /user/libpcap/add-missing-header.patch | |
parent | 38f7e3d4dd2b813c2984be3d71883d6c37f5edb3 (diff) | |
download | packages-d97844073a853fbfd1b4f5e075e2f8c93e45b632.tar.gz packages-d97844073a853fbfd1b4f5e075e2f8c93e45b632.tar.bz2 packages-d97844073a853fbfd1b4f5e075e2f8c93e45b632.tar.xz packages-d97844073a853fbfd1b4f5e075e2f8c93e45b632.zip |
user/libpcap: pull in, bump to 1.9.0, build/license, modernise
Diffstat (limited to 'user/libpcap/add-missing-header.patch')
-rw-r--r-- | user/libpcap/add-missing-header.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/user/libpcap/add-missing-header.patch b/user/libpcap/add-missing-header.patch new file mode 100644 index 000000000..0411b8c84 --- /dev/null +++ b/user/libpcap/add-missing-header.patch @@ -0,0 +1,10 @@ +--- libpcap-1.9.0/pcap-usb-linux.c.old 2018-06-24 17:54:20.000000000 +0000 ++++ libpcap-1.9.0/pcap-usb-linux.c 2018-07-23 22:59:58.190000000 +0000 +@@ -47,6 +47,7 @@ + + #include <ctype.h> + #include <errno.h> ++#include <limits.h> + #include <stdlib.h> + #include <unistd.h> + #include <fcntl.h> |