From 1328302bd9bd5ce1b8550e508a369f2a052ec98a Mon Sep 17 00:00:00 2001 From: mycroft Date: Sun, 23 Jun 1996 11:16:12 +0000 Subject: [PATCH] Regen. --- sys/compat/sunos/sunos_syscall.h | 2 +- sys/compat/sunos/sunos_syscallargs.h | 6 +++--- sys/compat/sunos/sunos_syscalls.c | 2 +- sys/compat/sunos/sunos_sysent.c | 10 +++++----- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sys/compat/sunos/sunos_syscall.h b/sys/compat/sunos/sunos_syscall.h index a19e324d1d52..2f0353089818 100644 --- a/sys/compat/sunos/sunos_syscall.h +++ b/sys/compat/sunos/sunos_syscall.h @@ -2,7 +2,7 @@ * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.33 1996/02/28 16:05:43 pk Exp + * created from NetBSD: syscalls.master,v 1.34 1996/06/23 11:15:37 mycroft Exp */ #define SUNOS_SYS_syscall 0 diff --git a/sys/compat/sunos/sunos_syscallargs.h b/sys/compat/sunos/sunos_syscallargs.h index 598ec5aeabc6..8f073ab28f08 100644 --- a/sys/compat/sunos/sunos_syscallargs.h +++ b/sys/compat/sunos/sunos_syscallargs.h @@ -2,7 +2,7 @@ * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.33 1996/02/28 16:05:43 pk Exp + * created from NetBSD: syscalls.master,v 1.34 1996/06/23 11:15:37 mycroft Exp */ #define syscallarg(x) union { x datum; register_t pad; } @@ -303,8 +303,8 @@ int sys_settimeofday __P((struct proc *, void *, register_t *)); int sys_fchown __P((struct proc *, void *, register_t *)); int sys_fchmod __P((struct proc *, void *, register_t *)); int compat_43_sys_recvfrom __P((struct proc *, void *, register_t *)); -int compat_43_sys_setreuid __P((struct proc *, void *, register_t *)); -int compat_43_sys_setregid __P((struct proc *, void *, register_t *)); +int sys_setreuid __P((struct proc *, void *, register_t *)); +int sys_setregid __P((struct proc *, void *, register_t *)); int sys_rename __P((struct proc *, void *, register_t *)); int compat_43_sys_truncate __P((struct proc *, void *, register_t *)); int compat_43_sys_ftruncate __P((struct proc *, void *, register_t *)); diff --git a/sys/compat/sunos/sunos_syscalls.c b/sys/compat/sunos/sunos_syscalls.c index 8c36b839f507..04b2f1094225 100644 --- a/sys/compat/sunos/sunos_syscalls.c +++ b/sys/compat/sunos/sunos_syscalls.c @@ -2,7 +2,7 @@ * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.33 1996/02/28 16:05:43 pk Exp + * created from NetBSD: syscalls.master,v 1.34 1996/06/23 11:15:37 mycroft Exp */ char *sunos_syscallnames[] = { diff --git a/sys/compat/sunos/sunos_sysent.c b/sys/compat/sunos/sunos_sysent.c index 68173f081a54..1ebee5d6f66b 100644 --- a/sys/compat/sunos/sunos_sysent.c +++ b/sys/compat/sunos/sunos_sysent.c @@ -2,7 +2,7 @@ * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.33 1996/02/28 16:05:43 pk Exp + * created from NetBSD: syscalls.master,v 1.34 1996/06/23 11:15:37 mycroft Exp */ #include @@ -286,10 +286,10 @@ struct sysent sunos_sysent[] = { sys_fchmod }, /* 124 = fchmod */ { 6, s(struct compat_43_sys_recvfrom_args), compat_43_sys_recvfrom }, /* 125 = recvfrom */ - { 2, s(struct compat_43_sys_setreuid_args), - compat_43_sys_setreuid }, /* 126 = setreuid */ - { 2, s(struct compat_43_sys_setregid_args), - compat_43_sys_setregid }, /* 127 = setregid */ + { 2, s(struct sys_setreuid_args), + sys_setreuid }, /* 126 = setreuid */ + { 2, s(struct sys_setregid_args), + sys_setregid }, /* 127 = setregid */ { 2, s(struct sys_rename_args), sys_rename }, /* 128 = rename */ { 2, s(struct compat_43_sys_truncate_args),