]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/libpcap/cmake/have_siocglifconf.c
amd64: use register macros for gdb_cpu_getreg()
[FreeBSD/FreeBSD.git] / contrib / 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 }