diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1998-02-08 22:38:30 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1998-02-08 22:38:30 +0000 |
commit | 5f824803e29da9efcd793a89ec59fe8a8297a269 (patch) | |
tree | bbcf58e1667d681770b27140b2cdd81cde630636 /sys/kern/syscalls.c | |
parent | 2af7f079d97f8a201576336b46f5f7da0bff7ded (diff) |
Sync
Diffstat (limited to 'sys/kern/syscalls.c')
-rw-r--r-- | sys/kern/syscalls.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index a25e55805e8..ac1113cb344 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,8 +1,10 @@ +/* $OpenBSD: syscalls.c,v 1.23 1998/02/08 22:38:27 tholo Exp $ */ + /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.20 1998/01/02 05:32:51 deraadt Exp + * created from; OpenBSD: syscalls.master,v 1.21 1998/02/08 22:37:01 tholo Exp */ char *syscallnames[] = { |