diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-06-09 00:06:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-06-09 00:06:11 +0000 |
commit | 6435e003e392f677da61d9cf18930bc0f13fcc61 (patch) | |
tree | dc6a134cbd871f7947fec90db3639583a5513125 /sys | |
parent | c822aedd9d556180ba63cfcbc6f5f38179aea36f (diff) |
sync
Diffstat (limited to 'sys')
-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 1ed5d9d9f52..22c5fd84d3c 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.94 2006/04/28 08:39:32 pedro Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.95 2006/06/09 00:06:10 deraadt Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.82 2006/04/28 08:34:31 pedro Exp + * created from; OpenBSD: syscalls.master,v 1.83 2006/06/09 00:05:54 deraadt Exp */ #include <sys/param.h> diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 010908b505f..56078ac8e3b 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.95 2006/04/28 08:39:32 pedro Exp $ */ +/* $OpenBSD: syscalls.c,v 1.96 2006/06/09 00:06:10 deraadt Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.82 2006/04/28 08:34:31 pedro Exp + * created from; OpenBSD: syscalls.master,v 1.83 2006/06/09 00:05:54 deraadt Exp */ char *syscallnames[] = { diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index ad8121a55ca..6bcf4bdbbf1 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscall.h,v 1.93 2006/04/28 08:39:32 pedro Exp $ */ +/* $OpenBSD: syscall.h,v 1.94 2006/06/09 00:06:10 deraadt Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.82 2006/04/28 08:34:31 pedro Exp + * created from; OpenBSD: syscalls.master,v 1.83 2006/06/09 00:05:54 deraadt Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index e5887c17722..2f892739266 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscallargs.h,v 1.95 2006/04/28 08:39:32 pedro Exp $ */ +/* $OpenBSD: syscallargs.h,v 1.96 2006/06/09 00:06:10 deraadt Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.82 2006/04/28 08:34:31 pedro Exp + * created from; OpenBSD: syscalls.master,v 1.83 2006/06/09 00:05:54 deraadt Exp */ #ifdef syscallarg |