mirror of
https://github.com/nmap/nmap.git
synced 2026-01-05 22:19:03 +00:00
Update libpcap to 1.9.0 (no patches applied yet)
This commit is contained in:
6
libpcap/cmake/have_siocglifconf.c
Normal file
6
libpcap/cmake/have_siocglifconf.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/sockio.h>
|
||||
int main() {
|
||||
ioctl(0, SIOCGLIFCONF, (char *)0);
|
||||
}
|
||||
Reference in New Issue
Block a user