diff options
author | assar <assar@cvs.openbsd.org> | 2000-02-07 08:05:10 +0000 |
---|---|---|
committer | assar <assar@cvs.openbsd.org> | 2000-02-07 08:05:10 +0000 |
commit | e2c68709365d7b37121dbb6bd69df91672fae90d (patch) | |
tree | abfe67c5b37ba457c9faa069e6090b2ceb026a22 | |
parent | e50823ef51d5f2ddeb7b2f59303e0e76a1fec010 (diff) |
regen (with correct reference from syscalls.master)
-rw-r--r-- | sys/kern/init_sysent.c | 4 | ||||
-rw-r--r-- | sys/kern/syscalls.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index afcaba4bcbb..29dcde347e1 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.42 2000/02/07 04:50:04 assar Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.43 2000/02/07 08:04:17 assar Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.37 1999/06/07 07:17:42 deraadt Exp + * created from; OpenBSD: syscalls.master,v 1.38 2000/02/07 04:49:27 assar Exp */ #include <sys/param.h> diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 146a826d092..4a1fd3e72c1 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.42 2000/02/07 04:50:04 assar Exp $ */ +/* $OpenBSD: syscalls.c,v 1.43 2000/02/07 08:05:09 assar Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.37 1999/06/07 07:17:42 deraadt Exp + * created from; OpenBSD: syscalls.master,v 1.38 2000/02/07 04:49:27 assar Exp */ char *syscallnames[] = { |