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 e301f906dda..54d4eeb4f23 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.79 2004/05/27 20:49:55 tedu Exp $ */ +/* $OpenBSD: syscalls.c,v 1.80 2004/06/13 21:52:07 niklas Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.70 2004/05/27 20:48:46 tedu Exp + * created from; OpenBSD */ char *syscallnames[] = { |