203-undef_iw_mode_monitor.patch 213 B

1234567891011
  1. --- a/pcap-linux.c
  2. +++ b/pcap-linux.c
  3. @@ -263,6 +263,8 @@
  4. typedef int socklen_t;
  5. #endif
  6. +#undef IW_MODE_MONITOR
  7. +
  8. #ifndef MSG_TRUNC
  9. /*
  10. * This is being compiled on a system that lacks MSG_TRUNC; define it