openwrtv3/package/libs/libpcap/patches/203-undef_iw_mode_monitor.patch
Felix Fietkau 41a9f280c4 libpcap: update to version 1.7.4
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 46776
2015-09-03 13:14:56 +00:00

11 lines
213 B
Diff

--- a/pcap-linux.c
+++ b/pcap-linux.c
@@ -254,6 +254,8 @@
typedef int socklen_t;
#endif
+#undef IW_MODE_MONITOR
+
#ifndef MSG_TRUNC
/*
* This is being compiled on a system that lacks MSG_TRUNC; define it