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 ac1113cb344..78d130ee355 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.23 1998/02/08 22:38:27 tholo Exp $ */ +/* $OpenBSD: syscalls.c,v 1.24 1998/02/10 08:44:26 deraadt Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.21 1998/02/08 22:37:01 tholo Exp + * created from; OpenBSD: syscalls.master,v 1.22 1998/02/10 08:44:07 deraadt Exp */ char *syscallnames[] = { |