diff --git a/sys/compat/sunos32/sunos32_syscall.h b/sys/compat/sunos32/sunos32_syscall.h index 09559abe0c0f..756eb1523a3c 100644 --- a/sys/compat/sunos32/sunos32_syscall.h +++ b/sys/compat/sunos32/sunos32_syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: sunos32_syscall.h,v 1.23 2009/01/11 13:16:34 nakayama Exp $ */ +/* $NetBSD: sunos32_syscall.h,v 1.24 2009/01/13 22:03:39 pooka Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; NetBSD: syscalls.master,v 1.18 2009/01/11 13:14:14 nakayama Exp + * created from; NetBSD: syscalls.master,v 1.19 2009/01/13 22:03:12 pooka Exp */ #ifndef _SUNOS32_SYS_SYSCALL_H_ diff --git a/sys/compat/sunos32/sunos32_syscallargs.h b/sys/compat/sunos32/sunos32_syscallargs.h index ae48c553a5dd..7a069b31486a 100644 --- a/sys/compat/sunos32/sunos32_syscallargs.h +++ b/sys/compat/sunos32/sunos32_syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: sunos32_syscallargs.h,v 1.22 2009/01/11 13:16:34 nakayama Exp $ */ +/* $NetBSD: sunos32_syscallargs.h,v 1.23 2009/01/13 22:03:39 pooka Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; NetBSD: syscalls.master,v 1.18 2009/01/11 13:14:14 nakayama Exp + * created from; NetBSD: syscalls.master,v 1.19 2009/01/13 22:03:12 pooka Exp */ #ifndef _SUNOS32_SYS_SYSCALLARGS_H_ diff --git a/sys/compat/sunos32/sunos32_syscalls.c b/sys/compat/sunos32/sunos32_syscalls.c index 8c237fe1cebe..14a26d999cc7 100644 --- a/sys/compat/sunos32/sunos32_syscalls.c +++ b/sys/compat/sunos32/sunos32_syscalls.c @@ -1,14 +1,14 @@ -/* $NetBSD: sunos32_syscalls.c,v 1.22 2009/01/11 13:16:34 nakayama Exp $ */ +/* $NetBSD: sunos32_syscalls.c,v 1.23 2009/01/13 22:03:39 pooka Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; NetBSD: syscalls.master,v 1.18 2009/01/11 13:14:14 nakayama Exp + * created from; NetBSD: syscalls.master,v 1.19 2009/01/13 22:03:12 pooka Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: sunos32_syscalls.c,v 1.22 2009/01/11 13:16:34 nakayama Exp $"); +__KERNEL_RCSID(0, "$NetBSD: sunos32_syscalls.c,v 1.23 2009/01/13 22:03:39 pooka Exp $"); #if defined(_KERNEL_OPT) #if defined(_KERNEL_OPT) @@ -115,7 +115,7 @@ const char *const sunos32_syscallnames[] = { /* 81 */ "getpgrp", /* 82 */ "setpgrp", /* 83 */ "compat_50_netbsd32_setitimer", - /* 84 */ "#84 (unimplemented { int sunos32_sys_wait ( void ) ; })", + /* 84 */ "#84 (unimplemented sunos32_sys_wait)", /* 85 */ "compat_12_netbsd32_oswapon", /* 86 */ "compat_50_netbsd32_getitimer", /* 87 */ "compat_43_netbsd32_ogethostname", diff --git a/sys/compat/sunos32/sunos32_sysent.c b/sys/compat/sunos32/sunos32_sysent.c index d9faa09a3f91..0c80ed68da3b 100644 --- a/sys/compat/sunos32/sunos32_sysent.c +++ b/sys/compat/sunos32/sunos32_sysent.c @@ -1,14 +1,14 @@ -/* $NetBSD: sunos32_sysent.c,v 1.24 2009/01/11 13:16:34 nakayama Exp $ */ +/* $NetBSD: sunos32_sysent.c,v 1.25 2009/01/13 22:03:39 pooka Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; NetBSD: syscalls.master,v 1.18 2009/01/11 13:14:14 nakayama Exp + * created from; NetBSD: syscalls.master,v 1.19 2009/01/13 22:03:12 pooka Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: sunos32_sysent.c,v 1.24 2009/01/11 13:16:34 nakayama Exp $"); +__KERNEL_RCSID(0, "$NetBSD: sunos32_sysent.c,v 1.25 2009/01/13 22:03:39 pooka Exp $"); #if defined(_KERNEL_OPT) #include "opt_sysv.h" @@ -202,7 +202,7 @@ struct sysent sunos32_sysent[] = { { ns(struct compat_50_netbsd32_setitimer_args), 0, (sy_call_t *)compat_50_netbsd32_setitimer },/* 83 = compat_50_netbsd32_setitimer */ { 0, 0, 0, - sys_nosys }, /* 84 = unimplemented { int sunos32_sys_wait ( void ) ; } */ + sys_nosys }, /* 84 = unimplemented sunos32_sys_wait */ { ns(struct compat_12_netbsd32_oswapon_args), 0, (sy_call_t *)compat_12_netbsd32_oswapon },/* 85 = compat_12_netbsd32_oswapon */ { ns(struct compat_50_netbsd32_getitimer_args), 0,