mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-20 04:09:41 +01:00
330a930b01
Fixes: CC monitor/pcap.o monitor/pcap.c: In function ‘pcap_create’: monitor/pcap.c:121:6: error: ‘S_IRUSR’ undeclared (first use in this function) S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); ^ monitor/pcap.c:121:6: note: each undeclared identifier is reported only once for each function it appears in monitor/pcap.c:121:16: error: ‘S_IWUSR’ undeclared (first use in this function) S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); ^ monitor/pcap.c:121:26: error: ‘S_IRGRP’ undeclared (first use in this function) S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); ^ monitor/pcap.c:121:36: error: ‘S_IROTH’ undeclared (first use in this function) S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); ^ |
||
---|---|---|
.. | ||
display.c | ||
display.h | ||
main.c | ||
nlmon.c | ||
nlmon.h | ||
pcap.c | ||
pcap.h |