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 d81bd6d8925..bd1412ea9d0 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.154 2014/07/07 00:27:13 guenther Exp $ */ +/* $OpenBSD: syscalls.c,v 1.155 2014/07/07 20:01:21 matthew Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.141 2014/07/06 20:55:58 kettenis Exp + * created from; OpenBSD: syscalls.master,v 1.142 2014/07/07 19:59:00 matthew Exp */ char *syscallnames[] = { |