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/gen/amd64.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/linux/gen/amd64.go') diff --git a/sys/linux/gen/amd64.go b/sys/linux/gen/amd64.go index fdd15dfe8..efd811675 100644 --- a/sys/linux/gen/amd64.go +++ b/sys/linux/gen/amd64.go @@ -29690,7 +29690,7 @@ var syscalls_amd64 = []*Syscall{ }}, {NR: 16, Name: "ioctl$sock_SIOCGIFCONF", CallName: "ioctl", Args: []Type{ &ResourceType{TypeCommon: TypeCommon{TypeName: "sock", FldName: "fd", TypeSize: 4}}, - &ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "cmd", TypeSize: 8}}, Val: 35088}, + &ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "cmd", TypeSize: 8}}, Val: 35090}, &PtrType{TypeCommon: TypeCommon{TypeName: "ptr", FldName: "arg", TypeSize: 8}, Type: &UnionType{Key: StructKey{Name: "ifconf", Dir: 2}}}, }}, {NR: 16, Name: "ioctl$sock_SIOCGIFINDEX", CallName: "ioctl", Args: []Type{ @@ -39721,6 +39721,7 @@ var consts_amd64 = []ConstValue{ {Name: "SIOCGIFADDR", Value: 35093}, {Name: "SIOCGIFBR", Value: 35136}, {Name: "SIOCGIFBRDADDR", Value: 35097}, + {Name: "SIOCGIFCONF", Value: 35090}, {Name: "SIOCGIFCOUNT", Value: 35128}, {Name: "SIOCGIFDSTADDR", Value: 35095}, {Name: "SIOCGIFENCAP", Value: 35109}, @@ -42360,4 +42361,4 @@ var consts_amd64 = []ConstValue{ {Name: "bpf_insn_load_imm_dw", Value: 24}, } -const revision_amd64 = "4c5a4ea699b8aa4e61b2e233fe0bcb5ec22e1347" +const revision_amd64 = "d229fb1b6427ccc38a4e67b466f8ab6ef437da5c" -- cgit mrf-deployment