diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2011-07-07 18:31:18 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2011-07-07 18:31:18 +0000 |
commit | 411887674e10fe1b64bf60b58b7e8c0bd829a66f (patch) | |
tree | b6627b1da4a35299d2b07f413013f3555286ee0f /sys/kern/syscalls.c | |
parent | 5ddfabeffa71c322eb8920ff7c55099c0c35d2fa (diff) |
sync
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[] = { |