From fe65cc88ceb869e15bf40946027060b876f5fbcb Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 29 Oct 2018 15:06:53 +0100 Subject: sys/linux: fix SIOCGIFCONF const --- sys/linux/socket_arm.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/socket_arm.const') diff --git a/sys/linux/socket_arm.const b/sys/linux/socket_arm.const index 1d5c36e13..5a35d758a 100644 --- a/sys/linux/socket_arm.const +++ b/sys/linux/socket_arm.const @@ -170,6 +170,7 @@ SIOCGHWTSTAMP = 35249 SIOCGIFADDR = 35093 SIOCGIFBR = 35136 SIOCGIFBRDADDR = 35097 +SIOCGIFCONF = 35090 SIOCGIFCOUNT = 35128 SIOCGIFDSTADDR = 35095 SIOCGIFENCAP = 35109 -- cgit mrf-deployment