diff options
author | Dug Song <dugsong@cvs.openbsd.org> | 2001-06-26 20:07:28 +0000 |
---|---|---|
committer | Dug Song <dugsong@cvs.openbsd.org> | 2001-06-26 20:07:28 +0000 |
commit | 6eab76bf6a7b30806d7045c9baddbb078fecdf31 (patch) | |
tree | 040dc17ba3ceb66592e3594087a25ef279ee1963 | |
parent | 4bd38b28ad33d205bd1e197e7cc38c8282ade8a1 (diff) |
regen
-rw-r--r-- | sys/kern/init_sysent.c | 4 | ||||
-rw-r--r-- | sys/kern/syscalls.c | 4 | ||||
-rw-r--r-- | sys/sys/syscall.h | 4 | ||||
-rw-r--r-- | sys/sys/syscallargs.h | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index b6fce20328f..3cc0aaddb19 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.52 2001/06/26 19:56:52 dugsong Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.53 2001/06/26 20:07:27 dugsong Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.46 2001/06/16 22:16:23 deraadt Exp + * created from; OpenBSD: syscalls.master,v 1.47 2001/06/26 19:56:52 dugsong Exp */ #include <sys/param.h> diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index b6cd2e245c0..7e1500ef177 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.52 2001/06/26 19:56:52 dugsong Exp $ */ +/* $OpenBSD: syscalls.c,v 1.53 2001/06/26 20:07:27 dugsong Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.46 2001/06/16 22:16:23 deraadt Exp + * created from; OpenBSD: syscalls.master,v 1.47 2001/06/26 19:56:52 dugsong Exp */ char *syscallnames[] = { diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index cbe2297ff6f..d73a609d343 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscall.h,v 1.51 2001/06/26 19:56:51 dugsong Exp $ */ +/* $OpenBSD: syscall.h,v 1.52 2001/06/26 20:07:26 dugsong Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.46 2001/06/16 22:16:23 deraadt Exp + * created from; OpenBSD: syscalls.master,v 1.47 2001/06/26 19:56:52 dugsong Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index 676153b553e..3fa0a81f736 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscallargs.h,v 1.52 2001/06/26 19:56:51 dugsong Exp $ */ +/* $OpenBSD: syscallargs.h,v 1.53 2001/06/26 20:07:26 dugsong Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.46 2001/06/16 22:16:23 deraadt Exp + * created from; OpenBSD: syscalls.master,v 1.47 2001/06/26 19:56:52 dugsong Exp */ #define syscallarg(x) union { x datum; register_t pad; } |