diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-02-15 21:29:22 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-02-15 21:29:22 +0000 |
commit | 30730f692e7606a10d47aebf4c9a82686d0c0a2d (patch) | |
tree | 67481e1e825a88fd7b49fe6c6ff099ed8ebccac0 /sys/kern/syscalls.c | |
parent | c07e347b9e4bf664360a95265ff02a4f3677c16e (diff) |
regen
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 c376de97de3..1caaad350dc 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.35 1999/02/15 20:03:06 millert Exp $ */ +/* $OpenBSD: syscalls.c,v 1.36 1999/02/15 21:29:21 millert Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.33 1999/02/15 20:00:49 millert Exp + * created from; OpenBSD: syscalls.master,v 1.34 1999/02/15 21:28:23 millert Exp */ char *syscallnames[] = { |