summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/alpha/linux_sysent.c
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/arch/alpha/linux_sysent.c
parent08739d68be07d793ea7bea4c4859cc8585d6f6ed (diff)
regen
Diffstat (limited to 'sys/compat/linux/arch/alpha/linux_sysent.c')
-rw-r--r--sys/compat/linux/arch/alpha/linux_sysent.c14
1 files changed, 7 insertions, 7 deletions
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,