diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-06-02 05:23:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-06-02 05:23:15 +0000 |
commit | 2752d6fe6b16974f092a7ef8779d83224790bcee (patch) | |
tree | 76bbf572579c7283c7e57254447c6b38d693956f /sys/kern/syscalls.c | |
parent | c0d91411fa7bbae92c9e2878291f93fd3fb50d1c (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 d453e9ccda8..4e46afd3b96 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.27 1998/05/11 06:14:18 deraadt Exp $ */ +/* $OpenBSD: syscalls.c,v 1.28 1998/06/02 05:23:12 deraadt Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.25 1998/05/11 06:13:45 deraadt Exp + * created from; OpenBSD: syscalls.master,v 1.26 1998/06/02 05:22:29 deraadt Exp */ char *syscallnames[] = { |