From e86ddaca2eac4d5b854e7e2ec4b315302ff0e13f Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 1 Feb 2018 20:08:32 +0100 Subject: sys/syz-extract: save unsupported consts to the const files We currently print unsupported consts to console during make extract. But this is not very useful as there are too many output now. This also does not allow to understand what's unsupported in newly checked-in descriptions, or what's unsupported in all current decriptions. Save unsupported consts to the const files instead. This solves all of the above problems. --- sys/linux/socket_inet6_386.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/socket_inet6_386.const') diff --git a/sys/linux/socket_inet6_386.const b/sys/linux/socket_inet6_386.const index 18696ab3b..cd12f8bb0 100644 --- a/sys/linux/socket_inet6_386.const +++ b/sys/linux/socket_inet6_386.const @@ -119,6 +119,7 @@ SIOCDELRT = 35084 SIOCDIFADDR = 35126 SIOCSIFADDR = 35094 SIOCSIFDSTADDR = 35096 +# __NR_accept is not set __NR_accept4 = 364 __NR_bind = 361 __NR_connect = 362 -- cgit mrf-deployment