]> The Tcpdump Group git mirrors - libpcap/blob - cmake/have_siocglifconf.c
Fixup indentation in init_linktype().
[libpcap] / cmake / have_siocglifconf.c
1 #include <sys/ioctl.h>
2 #include <sys/socket.h>
3 #include <sys/sockio.h>
4 int main() {
5 ioctl(0, SIOCGLIFCONF, (char *)0);
6 }