diff options
author | mvs <mvs@cvs.openbsd.org> | 2021-01-18 18:27:54 +0000 |
---|---|---|
committer | mvs <mvs@cvs.openbsd.org> | 2021-01-18 18:27:54 +0000 |
commit | c8036a1d9cdd00d87c8b6d2bdfc2f0cca5ca7122 (patch) | |
tree | 5c7933b89040a767682ba6f515aa9bdb887b0f37 /sys/kern/syscalls.c | |
parent | ce3aa0caffb559870f4b2ff83314e80d9b943b38 (diff) |
regen
Diffstat (limited to 'sys/kern/syscalls.c')
-rw-r--r-- | sys/kern/syscalls.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 93058f5cc1c..7d4dc8d2df5 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.217 2020/03/18 19:35:00 anton Exp $ */ +/* $OpenBSD: syscalls.c,v 1.218 2021/01/18 18:27:53 mvs Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.207 2020/03/18 19:33:36 anton Exp + * created from; OpenBSD: syscalls.master,v 1.208 2021/01/18 18:25:51 mvs Exp */ char *syscallnames[] = { |