summaryrefslogtreecommitdiff
path: root/sys/compat/linux
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2002-02-18 20:20:25 +0000
committerchristos <christos@NetBSD.org>2002-02-18 20:20:25 +0000
commit1133f20b4f8613abfb4e452f1fa461ea244cf076 (patch)
tree08faf731b0a6ef04181f2f5311b7a7fadc63f07e /sys/compat/linux
parent08739d68be07d793ea7bea4c4859cc8585d6f6ed (diff)
regen
Diffstat (limited to 'sys/compat/linux')
-rw-r--r--sys/compat/linux/arch/alpha/linux_syscall.h4
-rw-r--r--sys/compat/linux/arch/alpha/linux_syscallargs.h18
-rw-r--r--sys/compat/linux/arch/alpha/linux_syscalls.c6
-rw-r--r--sys/compat/linux/arch/alpha/linux_sysent.c14
4 files changed, 26 insertions, 16 deletions
diff --git a/sys/compat/linux/arch/alpha/linux_syscall.h b/sys/compat/linux/arch/alpha/linux_syscall.h
index 247a8929c9e..52efc933655 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.43 2002/02/18 16:36:20 christos Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.44 2002/02/18 20:20:25 christos Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.38 2002/02/18 16:35:57 christos Exp
+ * created from NetBSD: syscalls.master,v 1.39 2002/02/18 20:12:49 christos Exp
*/
/* syscall: "syscall" ret: "int" args: */
diff --git a/sys/compat/linux/arch/alpha/linux_syscallargs.h b/sys/compat/linux/arch/alpha/linux_syscallargs.h
index d59584bcb55..6ac559d6f5a 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.42 2002/02/18 16:36:21 christos Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.43 2002/02/18 20:20:25 christos Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.38 2002/02/18 16:35:57 christos Exp
+ * created from NetBSD: syscalls.master,v 1.39 2002/02/18 20:12:49 christos Exp
*/
#ifndef _LINUX_SYS__SYSCALLARGS_H_
@@ -312,6 +312,16 @@ struct linux_sys_getpeername_args {
syscallarg(int *) alen;
};
+struct linux_sys_getrlimit_args {
+ syscallarg(int) which;
+ syscallarg(struct orlimit *) rlp;
+};
+
+struct linux_sys_setrlimit_args {
+ syscallarg(int) which;
+ syscallarg(const struct orlimit *) rlp;
+};
+
struct linux_sys_getsockname_args {
syscallarg(int) fdec;
syscallarg(caddr_t) asa;
@@ -675,8 +685,8 @@ int linux_sys_mkdir(struct proc *, void *, register_t *);
int linux_sys_rmdir(struct proc *, void *, register_t *);
int osf1_sys_utimes(struct proc *, void *, register_t *);
int linux_sys_getpeername(struct proc *, void *, register_t *);
-int compat_43_sys_getrlimit(struct proc *, void *, register_t *);
-int compat_43_sys_setrlimit(struct proc *, void *, register_t *);
+int linux_sys_getrlimit(struct proc *, void *, register_t *);
+int linux_sys_setrlimit(struct proc *, void *, register_t *);
int sys_setsid(struct proc *, void *, register_t *);
int linux_sys_getsockname(struct proc *, void *, register_t *);
int linux_sys_sigaction(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 21fcd64e3f7..200630b23c0 100644
--- a/sys/compat/linux/arch/alpha/linux_syscalls.c
+++ b/sys/compat/linux/arch/alpha/linux_syscalls.c
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_syscalls.c,v 1.44 2002/02/18 16:36:21 christos Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.45 2002/02/18 20:20:25 christos Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.38 2002/02/18 16:35:57 christos Exp
+ * created from NetBSD: syscalls.master,v 1.39 2002/02/18 20:12:49 christos Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.44 2002/02/18 16:36:21 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.45 2002/02/18 20:20:25 christos Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)
diff --git a/sys/compat/linux/arch/alpha/linux_sysent.c b/sys/compat/linux/arch/alpha/linux_sysent.c
index 588476bd882..a3cd879acb2 100644
--- a/sys/compat/linux/arch/alpha/linux_sysent.c
+++ b/sys/compat/linux/arch/alpha/linux_sysent.c
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_sysent.c,v 1.43 2002/02/18 16:36:21 christos Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.44 2002/02/18 20:20:25 christos Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.38 2002/02/18 16:35:57 christos Exp
+ * created from NetBSD: syscalls.master,v 1.39 2002/02/18 20:12:49 christos Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.43 2002/02/18 16:36:21 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.44 2002/02/18 20:20:25 christos Exp $");
#if defined(_KERNEL_OPT)
#include "opt_sysv.h"
@@ -322,10 +322,10 @@ struct sysent linux_sysent[] = {
linux_sys_nosys }, /* 142 = unimplemented */
{ 0, 0, 0,
linux_sys_nosys }, /* 143 = unimplemented */
- { 2, s(struct compat_43_sys_getrlimit_args), 0,
- compat_43_sys_getrlimit }, /* 144 = getrlimit */
- { 2, s(struct compat_43_sys_setrlimit_args), 0,
- compat_43_sys_setrlimit }, /* 145 = setrlimit */
+ { 2, s(struct linux_sys_getrlimit_args), 0,
+ linux_sys_getrlimit }, /* 144 = getrlimit */
+ { 2, s(struct linux_sys_setrlimit_args), 0,
+ linux_sys_setrlimit }, /* 145 = setrlimit */
{ 0, 0, 0,
linux_sys_nosys }, /* 146 = unimplemented */
{ 0, 0, 0,