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 73f9ae577af..ab5f085e11b 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.122 2011/07/07 01:21:22 tedu Exp $ */ +/* $OpenBSD: syscalls.c,v 1.123 2011/07/07 18:31:17 tedu Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.109 2011/07/07 01:19:40 tedu Exp + * created from; OpenBSD: syscalls.master,v 1.110 2011/07/07 18:30:50 tedu Exp */ char *syscallnames[] = { |