mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-02-14 05:10:43 +01:00
![Peter Seiderer](/assets/img/avatar_default.png)
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); ^