From e44fc68a5340e5d4496395abe4b532f338b0508a Mon Sep 17 00:00:00 2001 From: Anton Lindqvist Date: Sun, 11 Aug 2019 14:56:25 +0200 Subject: sys/openbsd: add acct description --- executor/defs.h | 2 +- executor/syscalls.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'executor') diff --git a/executor/defs.h b/executor/defs.h index 54ebe4fa2..f81bb3f42 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -140,7 +140,7 @@ #if GOARCH_amd64 #define GOARCH "amd64" -#define SYZ_REVISION "a3f9985253a0a8760aad5942057cf56e9fc5a5ed" +#define SYZ_REVISION "c08476e4752b4059cf12a60808713009b95eb172" #define SYZ_EXECUTOR_USES_FORK_SERVER 1 #define SYZ_EXECUTOR_USES_SHMEM 1 #define SYZ_PAGE_SIZE 4096 diff --git a/executor/syscalls.h b/executor/syscalls.h index 40ad8e904..8f58a5935 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -15942,6 +15942,7 @@ const call_t syscalls[] = { {"accept$inet", 30}, {"accept$inet6", 30}, {"accept$unix", 30}, + {"acct", 51}, {"bind", 104}, {"bind$inet", 104}, {"bind$inet6", 104}, -- cgit mrf-deployment