diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-02-16 21:58:18 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-02-16 21:58:18 +0000 |
commit | b5bede4ab4c7318ef8036a5e7ec70211ca88353c (patch) | |
tree | a251b2bd42a8ffe8b1f2985df363229bbebc580d /sys/kern/init_sysent.c | |
parent | 19b10f2dabfb2b04f86eea92c316614e75286552 (diff) |
regen
Diffstat (limited to 'sys/kern/init_sysent.c')
-rw-r--r-- | sys/kern/init_sysent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index 626da4fd029..27127e3a845 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.24 1998/02/10 08:44:25 deraadt Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.25 1998/02/16 21:58:16 millert Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.22 1998/02/10 08:44:07 deraadt Exp + * created from; OpenBSD: syscalls.master,v 1.23 1998/02/16 21:56:28 millert Exp */ #include <sys/param.h> |