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 01a67ae9d07..7324118d21b 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.60 2003/04/14 04:53:50 art Exp $ */ +/* $OpenBSD: syscalls.c,v 1.61 2003/04/14 06:28:29 deraadt Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.52 2003/01/30 03:29:49 millert Exp + * created from; OpenBSD: syscalls.master,v 1.53 2003/04/14 04:53:50 art Exp */ char *syscallnames[] = { |