diff options
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 47b867e4a7e..8ffb0034259 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.208 2019/11/27 01:13:04 deraadt Exp $ */ +/* $OpenBSD: syscalls.c,v 1.209 2019/12/24 04:24:38 visa Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.198 2019/11/27 01:04:13 deraadt Exp + * created from; OpenBSD: syscalls.master,v 1.199 2019/12/24 04:23:43 visa Exp */ char *syscallnames[] = { |