summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2015-06-15 10:06:15 +0000
committerRichard Dale <richard.dale@codethink.co.uk>2015-06-15 10:06:15 +0000
commitbd12b78cd3ed0e831199e8e6a8ce9f71724f5d44 (patch)
tree012f213ef83042edb7374c3b2911ec2c43d5ad6e
parent8a079815cab0889740cddcb47643c468b8e9ff30 (diff)
downloadlibpcap-baserock/1.5.3-openwrt.tar.gz
undef iw mode monitorbaserock/1.5.3-openwrt
-rw-r--r--pcap-linux.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pcap-linux.c b/pcap-linux.c
index 9d649fe5..aeb35616 100644
--- a/pcap-linux.c
+++ b/pcap-linux.c
@@ -249,6 +249,8 @@ static const char rcsid[] _U_ =
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