From d0f57eaf28056e0a6376806eb560e2e0b65c0035 Mon Sep 17 00:00:00 2001 From: mrg Date: Tue, 6 Feb 2001 15:42:34 +0000 Subject: [PATCH] regen --- sys/compat/sunos32/sunos32_syscall.h | 8 ++++---- sys/compat/sunos32/sunos32_syscallargs.h | 6 +++--- sys/compat/sunos32/sunos32_syscalls.c | 6 +++--- sys/compat/sunos32/sunos32_sysent.c | 8 ++++---- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/sys/compat/sunos32/sunos32_syscall.h b/sys/compat/sunos32/sunos32_syscall.h index b56652ba1f8b..1f463c41146f 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.3 2001/02/05 12:48:33 mrg Exp $ */ +/* $NetBSD: sunos32_syscall.h,v 1.4 2001/02/06 15:42:34 mrg Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; NetBSD: syscalls.master,v 1.3 2001/02/05 12:46:19 mrg Exp + * created from; NetBSD: syscalls.master,v 1.4 2001/02/06 15:41:53 mrg Exp */ /* syscall: "syscall" ret: "int" args: */ @@ -214,8 +214,8 @@ /* syscall: "fcntl" ret: "int" args: "int" "int" "netbsd32_voidp" */ #define SUNOS32_SYS_fcntl 92 -/* syscall: "select" ret: "int" args: "u_int" "netbsd32_fd_setp_t" "netbsd32_fd_setp_t" "netbsd32_fd_setp_t" "netbsd32_timevalp_t" */ -#define SUNOS32_SYS_select 93 +/* syscall: "netbsd32_select" ret: "int" args: "u_int" "netbsd32_fd_setp_t" "netbsd32_fd_setp_t" "netbsd32_fd_setp_t" "netbsd32_timevalp_t" */ +#define SUNOS32_SYS_netbsd32_select 93 /* syscall: "netbsd32_fsync" ret: "int" args: "int" */ #define SUNOS32_SYS_netbsd32_fsync 95 diff --git a/sys/compat/sunos32/sunos32_syscallargs.h b/sys/compat/sunos32/sunos32_syscallargs.h index be3983f2b3b1..be0556888fb3 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.3 2001/02/05 12:48:34 mrg Exp $ */ +/* $NetBSD: sunos32_syscallargs.h,v 1.4 2001/02/06 15:42:34 mrg Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; NetBSD: syscalls.master,v 1.3 2001/02/05 12:46:19 mrg Exp + * created from; NetBSD: syscalls.master,v 1.4 2001/02/06 15:41:53 mrg Exp */ #ifndef _SUNOS32_SYS__SYSCALLARGS_H_ @@ -299,7 +299,7 @@ int compat_43_netbsd32_osethostname(struct proc *, void *, register_t *); int compat_43_sys_getdtablesize(struct proc *, void *, register_t *); int netbsd32_dup2(struct proc *, void *, register_t *); int sunos32_sys_fcntl(struct proc *, void *, register_t *); -int sys_select(struct proc *, void *, register_t *); +int netbsd32_select(struct proc *, void *, register_t *); int netbsd32_fsync(struct proc *, void *, register_t *); int netbsd32_setpriority(struct proc *, void *, register_t *); int netbsd32_socket(struct proc *, void *, register_t *); diff --git a/sys/compat/sunos32/sunos32_syscalls.c b/sys/compat/sunos32/sunos32_syscalls.c index 6d824c3355cf..bf93c2511ae8 100644 --- a/sys/compat/sunos32/sunos32_syscalls.c +++ b/sys/compat/sunos32/sunos32_syscalls.c @@ -1,10 +1,10 @@ -/* $NetBSD: sunos32_syscalls.c,v 1.3 2001/02/05 12:48:34 mrg Exp $ */ +/* $NetBSD: sunos32_syscalls.c,v 1.4 2001/02/06 15:42:34 mrg Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; NetBSD: syscalls.master,v 1.3 2001/02/05 12:46:19 mrg Exp + * created from; NetBSD: syscalls.master,v 1.4 2001/02/06 15:41:53 mrg Exp */ #if defined(_KERNEL) && !defined(_LKM) @@ -121,7 +121,7 @@ const char *const sunos32_syscallnames[] = { "netbsd32_dup2", /* 90 = netbsd32_dup2 */ "#91 (unimplemented getdopt)", /* 91 = unimplemented getdopt */ "fcntl", /* 92 = fcntl */ - "select", /* 93 = select */ + "netbsd32_select", /* 93 = netbsd32_select */ "#94 (unimplemented setdopt)", /* 94 = unimplemented setdopt */ "netbsd32_fsync", /* 95 = netbsd32_fsync */ "netbsd32_setpriority", /* 96 = netbsd32_setpriority */ diff --git a/sys/compat/sunos32/sunos32_sysent.c b/sys/compat/sunos32/sunos32_sysent.c index 087c499f045a..6e9a28154935 100644 --- a/sys/compat/sunos32/sunos32_sysent.c +++ b/sys/compat/sunos32/sunos32_sysent.c @@ -1,10 +1,10 @@ -/* $NetBSD: sunos32_sysent.c,v 1.3 2001/02/05 12:48:34 mrg Exp $ */ +/* $NetBSD: sunos32_sysent.c,v 1.4 2001/02/06 15:42:34 mrg Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; NetBSD: syscalls.master,v 1.3 2001/02/05 12:46:19 mrg Exp + * created from; NetBSD: syscalls.master,v 1.4 2001/02/06 15:41:53 mrg Exp */ #if defined(_KERNEL) && !defined(_LKM) @@ -214,8 +214,8 @@ struct sysent sunos32_sysent[] = { sys_nosys }, /* 91 = unimplemented getdopt */ { 3, s(struct sunos32_sys_fcntl_args), 0, sunos32_sys_fcntl }, /* 92 = fcntl */ - { 5, s(struct sys_select_args), 0, - sys_select }, /* 93 = select */ + { 5, s(struct netbsd32_select_args), 0, + netbsd32_select }, /* 93 = netbsd32_select */ { 0, 0, 0, sys_nosys }, /* 94 = unimplemented setdopt */ { 1, s(struct netbsd32_fsync_args), 0,