diff options
author | mvs <mvs@cvs.openbsd.org> | 2021-05-11 11:20:52 +0000 |
---|---|---|
committer | mvs <mvs@cvs.openbsd.org> | 2021-05-11 11:20:52 +0000 |
commit | 91646b6a9297074e1db22a7b67a13c65ee251996 (patch) | |
tree | b32995d66071ef466739c905a166ef5d3463ea5f /sys/kern/syscalls.c | |
parent | a7f0bdac2c1a3e8c99d337ecd5dbb1af62e965b4 (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 5daa572a5df..d659ad15123 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.223 2021/05/11 11:19:39 mvs Exp $ */ +/* $OpenBSD: syscalls.c,v 1.224 2021/05/11 11:20:51 mvs Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.213 2021/05/11 11:19:10 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.214 2021/05/11 11:20:23 mvs Exp */ char *syscallnames[] = { |