diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2005-12-13 06:04:16 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2005-12-13 06:04:16 +0000 |
commit | 1e92ae8cd984bc9ad364492493deaf80356133b2 (patch) | |
tree | 31349e37fad77abe3e2f5b04d9e9e6fbc381f633 /sys/kern | |
parent | fe28e9f046893ebd6e574b0d8ab0860beb56f57f (diff) |
rebuild
Diffstat (limited to 'sys/kern')
-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 068e321a038..a8673298893 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.90 2005/12/13 06:02:02 tedu Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.91 2005/12/13 06:04:14 tedu Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.79 2005/12/03 18:09:08 tedu Exp + * created from; OpenBSD: syscalls.master,v 1.80 2005/12/13 06:02:03 tedu Exp */ #include <sys/param.h> diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index dcafa078232..219d9763cdf 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.91 2005/12/13 06:02:03 tedu Exp $ */ +/* $OpenBSD: syscalls.c,v 1.92 2005/12/13 06:04:14 tedu Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.79 2005/12/03 18:09:08 tedu Exp + * created from; OpenBSD: syscalls.master,v 1.80 2005/12/13 06:02:03 tedu Exp */ char *syscallnames[] = { |