From a94baff95ecc03cf34ff2fbf5d514bb924f54855 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 12 Jan 2018 15:31:35 +0100 Subject: sys/syz-sysgen: don't generate syz_ syscall numbers They don't seem to be used today. --- executor/syscalls_netbsd.h | 1 - 1 file changed, 1 deletion(-) (limited to 'executor/syscalls_netbsd.h') diff --git a/executor/syscalls_netbsd.h b/executor/syscalls_netbsd.h index 67bd8f8e9..04c9c6d7a 100644 --- a/executor/syscalls_netbsd.h +++ b/executor/syscalls_netbsd.h @@ -3,7 +3,6 @@ #if defined(__x86_64__) || 0 #define GOARCH "amd64" #define SYZ_REVISION "8a10b163677425b6f340b2e4e277358c7c1a4237" - unsigned syscall_count = 188; call_t syscalls[] = { {"accept", 30}, -- cgit mrf-deployment