libpcap: patch to add limits.h to pcap-usb-linux.c
authorEneas U de Queiroz <cote2004-github@yahoo.com>
Wed, 1 Aug 2018 12:49:35 +0000 (12:49 +0000)
committerJohn Crispin <john@phrozen.org>
Mon, 10 Sep 2018 07:15:26 +0000 (09:15 +0200)
commit0317fc3658eb55596c72647f2e6c68bf06bf36ff
tree1c2c8fa1a3fb69d622977f976f6a721e47638291
parent6a2ee91267a09fd77dee70cf3b0ba8b9b905476f
libpcap: patch to add limits.h to pcap-usb-linux.c

The sender domain has a DMARC Reject/Quarantine policy which disallows
sending mailing list messages using the original "From" header.

To mitigate this problem, the original message has been wrapped
automatically by the mailing list software.
This is an upstream-applied patch that fixes 'PATH_MAX' and 'NAME_MAX'
undeclared when compiling on musl with CONFIG_PCAP_HAS_USB.

[aafa351] pcap-usb-linux.c: add missing limits.h for musl systems.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
package/libs/libpcap/patches/205-pcap-usb-linux.c-add-missing-limits.h.patch [new file with mode: 0644]