From fef5184d841edf40b1e1cedd420e37c60dd1b55f Mon Sep 17 00:00:00 2001 From: mycroft Date: Mon, 11 Dec 2000 04:56:01 +0000 Subject: [PATCH] Regen. --- sys/compat/linux/arch/alpha/linux_syscall.h | 12 ++++++------ sys/compat/linux/arch/alpha/linux_syscallargs.h | 8 ++++---- sys/compat/linux/arch/alpha/linux_syscalls.c | 8 ++++---- sys/compat/linux/arch/alpha/linux_sysent.c | 8 ++++---- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/sys/compat/linux/arch/alpha/linux_syscall.h b/sys/compat/linux/arch/alpha/linux_syscall.h index 9751be89607c..34de972a07c2 100644 --- a/sys/compat/linux/arch/alpha/linux_syscall.h +++ b/sys/compat/linux/arch/alpha/linux_syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscall.h,v 1.28 2000/12/11 04:54:29 mycroft Exp $ */ +/* $NetBSD: linux_syscall.h,v 1.29 2000/12/11 04:56:01 mycroft Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.27 2000/12/11 04:54:13 mycroft Exp + * created from NetBSD: syscalls.master,v 1.28 2000/12/11 04:55:50 mycroft Exp */ /* syscall: "syscall" ret: "int" args: */ @@ -61,8 +61,8 @@ /* syscall: "setuid" ret: "int" args: "uid_t" */ #define LINUX_SYS_setuid 23 -/* syscall: "getuid" ret: "uid_t" args: */ -#define LINUX_SYS_getuid 24 +/* syscall: "getuid_with_euid" ret: "uid_t" args: */ +#define LINUX_SYS_getuid_with_euid 24 /* syscall: "ptrace" ret: "int" args: "long" "long" "long" "long" */ #define LINUX_SYS_ptrace 26 @@ -88,8 +88,8 @@ /* syscall: "open" ret: "int" args: "const char *" "int" "int" */ #define LINUX_SYS_open 45 -/* syscall: "getgid" ret: "gid_t" args: */ -#define LINUX_SYS_getgid 47 +/* syscall: "getgid_with_egid" ret: "gid_t" args: */ +#define LINUX_SYS_getgid_with_egid 47 /* syscall: "sigprocmask" ret: "int" args: "int" "sigset13_t" */ #define LINUX_SYS_sigprocmask 48 diff --git a/sys/compat/linux/arch/alpha/linux_syscallargs.h b/sys/compat/linux/arch/alpha/linux_syscallargs.h index 72d1a740958d..d3f9a27fd663 100644 --- a/sys/compat/linux/arch/alpha/linux_syscallargs.h +++ b/sys/compat/linux/arch/alpha/linux_syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscallargs.h,v 1.28 2000/12/11 04:54:29 mycroft Exp $ */ +/* $NetBSD: linux_syscallargs.h,v 1.29 2000/12/11 04:56:01 mycroft Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.27 2000/12/11 04:54:13 mycroft Exp + * created from NetBSD: syscalls.master,v 1.28 2000/12/11 04:55:50 mycroft Exp */ #ifndef _LINUX_SYS__SYSCALLARGS_H_ @@ -552,7 +552,7 @@ int compat_43_sys_lseek(struct proc *, void *, register_t *); int sys_getpid_with_ppid(struct proc *, void *, register_t *); int osf1_sys_mount(struct proc *, void *, register_t *); int sys_setuid(struct proc *, void *, register_t *); -int sys_getuid(struct proc *, void *, register_t *); +int sys_getuid_with_euid(struct proc *, void *, register_t *); int linux_sys_ptrace(struct proc *, void *, register_t *); int linux_sys_access(struct proc *, void *, register_t *); int sys_sync(struct proc *, void *, register_t *); @@ -562,7 +562,7 @@ int sys_dup(struct proc *, void *, register_t *); int linux_sys_pipe(struct proc *, void *, register_t *); int osf1_sys_set_program_attributes(struct proc *, void *, register_t *); int linux_sys_open(struct proc *, void *, register_t *); -int sys_getgid(struct proc *, void *, register_t *); +int sys_getgid_with_egid(struct proc *, void *, register_t *); int compat_13_sys_sigprocmask(struct proc *, void *, register_t *); int sys_acct(struct proc *, void *, register_t *); int linux_sys_sigpending(struct proc *, void *, register_t *); diff --git a/sys/compat/linux/arch/alpha/linux_syscalls.c b/sys/compat/linux/arch/alpha/linux_syscalls.c index 83b02d1a6a8d..882c15c42f74 100644 --- a/sys/compat/linux/arch/alpha/linux_syscalls.c +++ b/sys/compat/linux/arch/alpha/linux_syscalls.c @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscalls.c,v 1.29 2000/12/11 04:54:29 mycroft Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.30 2000/12/11 04:56:01 mycroft Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.27 2000/12/11 04:54:13 mycroft Exp + * created from NetBSD: syscalls.master,v 1.28 2000/12/11 04:55:50 mycroft Exp */ #if defined(_KERNEL) && !defined(_LKM) @@ -55,7 +55,7 @@ const char *const linux_syscallnames[] = { "mount", /* 21 = mount */ "#22 (unimplemented umount)", /* 22 = unimplemented umount */ "setuid", /* 23 = setuid */ - "getuid", /* 24 = getuid */ + "getuid_with_euid", /* 24 = getuid_with_euid */ "#25 (unimplemented)", /* 25 = unimplemented */ "ptrace", /* 26 = ptrace */ "#27 (unimplemented)", /* 27 = unimplemented */ @@ -78,7 +78,7 @@ const char *const linux_syscallnames[] = { "#44 (unimplemented)", /* 44 = unimplemented */ "open", /* 45 = open */ "#46 (unimplemented)", /* 46 = unimplemented */ - "getgid", /* 47 = getgid */ + "getgid_with_egid", /* 47 = getgid_with_egid */ "sigprocmask", /* 48 = sigprocmask */ "#49 (unimplemented)", /* 49 = unimplemented */ "#50 (unimplemented)", /* 50 = unimplemented */ diff --git a/sys/compat/linux/arch/alpha/linux_sysent.c b/sys/compat/linux/arch/alpha/linux_sysent.c index 7acff6ec4b57..74137767fb5e 100644 --- a/sys/compat/linux/arch/alpha/linux_sysent.c +++ b/sys/compat/linux/arch/alpha/linux_sysent.c @@ -1,10 +1,10 @@ -/* $NetBSD: linux_sysent.c,v 1.29 2000/12/11 04:54:29 mycroft Exp $ */ +/* $NetBSD: linux_sysent.c,v 1.30 2000/12/11 04:56:01 mycroft Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.27 2000/12/11 04:54:13 mycroft Exp + * created from NetBSD: syscalls.master,v 1.28 2000/12/11 04:55:50 mycroft Exp */ #if defined(_KERNEL) && !defined(_LKM) @@ -80,7 +80,7 @@ struct sysent linux_sysent[] = { { 1, s(struct sys_setuid_args), sys_setuid }, /* 23 = setuid */ { 0, 0, - sys_getuid }, /* 24 = getuid */ + sys_getuid_with_euid }, /* 24 = getuid_with_euid */ { 0, 0, sys_nosys }, /* 25 = unimplemented */ { 4, s(struct linux_sys_ptrace_args), @@ -126,7 +126,7 @@ struct sysent linux_sysent[] = { { 0, 0, sys_nosys }, /* 46 = unimplemented */ { 0, 0, - sys_getgid }, /* 47 = getgid */ + sys_getgid_with_egid }, /* 47 = getgid_with_egid */ { 2, s(struct compat_13_sys_sigprocmask_args), compat_13_sys_sigprocmask }, /* 48 = sigprocmask */ { 0, 0,