diff options
Diffstat (limited to 'sys/compat/bsdos')
-rw-r--r-- | sys/compat/bsdos/bsdos_syscall.h | 4 | ||||
-rw-r--r-- | sys/compat/bsdos/bsdos_syscallargs.h | 4 | ||||
-rw-r--r-- | sys/compat/bsdos/bsdos_syscalls.c | 4 | ||||
-rw-r--r-- | sys/compat/bsdos/bsdos_sysent.c | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sys/compat/bsdos/bsdos_syscall.h b/sys/compat/bsdos/bsdos_syscall.h index 4d92ba8cacb..9fa0276623a 100644 --- a/sys/compat/bsdos/bsdos_syscall.h +++ b/sys/compat/bsdos/bsdos_syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: bsdos_syscall.h,v 1.20 2008/01/05 00:36:10 miod Exp $ */ +/* $OpenBSD: bsdos_syscall.h,v 1.21 2008/01/05 00:38:13 miod Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.17 2006/09/22 15:29:57 pedro Exp + * created from OpenBSD: syscalls.master,v 1.18 2008/01/05 00:36:11 miod Exp */ /* syscall: "syscall" ret: "int" args: */ diff --git a/sys/compat/bsdos/bsdos_syscallargs.h b/sys/compat/bsdos/bsdos_syscallargs.h index 015d4659c4a..f61520a44c1 100644 --- a/sys/compat/bsdos/bsdos_syscallargs.h +++ b/sys/compat/bsdos/bsdos_syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: bsdos_syscallargs.h,v 1.21 2008/01/05 00:36:10 miod Exp $ */ +/* $OpenBSD: bsdos_syscallargs.h,v 1.22 2008/01/05 00:38:13 miod Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.17 2006/09/22 15:29:57 pedro Exp + * created from OpenBSD: syscalls.master,v 1.18 2008/01/05 00:36:11 miod Exp */ #ifdef syscallarg diff --git a/sys/compat/bsdos/bsdos_syscalls.c b/sys/compat/bsdos/bsdos_syscalls.c index cd7184e1fd5..769463a63f8 100644 --- a/sys/compat/bsdos/bsdos_syscalls.c +++ b/sys/compat/bsdos/bsdos_syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: bsdos_syscalls.c,v 1.20 2008/01/05 00:36:11 miod Exp $ */ +/* $OpenBSD: bsdos_syscalls.c,v 1.21 2008/01/05 00:38:13 miod Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.17 2006/09/22 15:29:57 pedro Exp + * created from OpenBSD: syscalls.master,v 1.18 2008/01/05 00:36:11 miod Exp */ char *bsdos_syscallnames[] = { diff --git a/sys/compat/bsdos/bsdos_sysent.c b/sys/compat/bsdos/bsdos_sysent.c index 15076e64c88..9fa44df5cf4 100644 --- a/sys/compat/bsdos/bsdos_sysent.c +++ b/sys/compat/bsdos/bsdos_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: bsdos_sysent.c,v 1.20 2008/01/05 00:36:11 miod Exp $ */ +/* $OpenBSD: bsdos_sysent.c,v 1.21 2008/01/05 00:38:13 miod Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.17 2006/09/22 15:29:57 pedro Exp + * created from OpenBSD: syscalls.master,v 1.18 2008/01/05 00:36:11 miod Exp */ #include <sys/param.h> |