b00ab7548b
MFC after: 1 month Sponsored by: Mellanox Technologies
7 lines
125 B
C
7 lines
125 B
C
#include <sys/ioctl.h>
|
|
#include <sys/socket.h>
|
|
#include <sys/sockio.h>
|
|
int main() {
|
|
ioctl(0, SIOCGLIFCONF, (char *)0);
|
|
}
|