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/syscalls.h | 1 + 1 file changed, 1 insertion(+) (limited to 'executor/syscalls.h') 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