diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2015-09-26 15:39:58 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2015-09-26 15:39:58 +0000 |
commit | ef1de901df67a5a5f62d16a6e4efc4433a792dd8 (patch) | |
tree | ac3c5b1fde2b3fd8b19a0fb992e7b2358a316bf3 /sys/kern/syscalls.c | |
parent | e3adc7354f6f0c7d223219dce1896856991e34bc (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 768cc5e2632..11bb7ded628 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.171 2015/09/13 17:09:21 guenther Exp $ */ +/* $OpenBSD: syscalls.c,v 1.172 2015/09/26 15:39:57 tedu Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.159 2015/09/13 17:08:03 guenther Exp + * created from; OpenBSD: syscalls.master,v 1.160 2015/09/26 15:38:53 tedu Exp */ char *syscallnames[] = { |