summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/m68k/linux_sysent.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/linux/arch/m68k/linux_sysent.c')
-rw-r--r--sys/compat/linux/arch/m68k/linux_sysent.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/sys/compat/linux/arch/m68k/linux_sysent.c b/sys/compat/linux/arch/m68k/linux_sysent.c
index 4dd05a3d52c..225f0c3f174 100644
--- a/sys/compat/linux/arch/m68k/linux_sysent.c
+++ b/sys/compat/linux/arch/m68k/linux_sysent.c
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_sysent.c,v 1.68 2008/11/12 18:09:22 njoly Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.69 2009/01/11 13:00:25 tsutsui Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.63 2008/11/12 18:07:40 njoly Exp
+ * created from NetBSD: syscalls.master,v 1.64 2009/01/11 12:59:34 tsutsui Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.68 2008/11/12 18:09:22 njoly Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.69 2009/01/11 13:00:25 tsutsui Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_netbsd.h"
@@ -197,8 +197,8 @@ struct sysent linux_sysent[] = {
(sy_call_t *)linux_sys_setrlimit }, /* 75 = setrlimit */
{ ns(struct linux_sys_getrlimit_args), 0,
(sy_call_t *)linux_sys_getrlimit }, /* 76 = getrlimit */
- { ns(struct sys_getrusage_args), 0,
- (sy_call_t *)sys_getrusage }, /* 77 = getrusage */
+ { ns(struct compat_50_sys_getrusage_args), 0,
+ (sy_call_t *)compat_50_sys_getrusage },/* 77 = getrusage */
{ ns(struct linux_sys_gettimeofday_args), 0,
(sy_call_t *)linux_sys_gettimeofday },/* 78 = gettimeofday */
{ ns(struct linux_sys_settimeofday_args), 0,
@@ -266,10 +266,10 @@ struct sysent linux_sysent[] = {
(sy_call_t *)linux_sys_socketcall },/* 102 = socketcall */
{ 0, 0, 0,
linux_sys_nosys }, /* 103 = unimplemented syslog */
- { ns(struct sys_setitimer_args), 0,
- (sy_call_t *)sys_setitimer }, /* 104 = setitimer */
- { ns(struct sys_getitimer_args), 0,
- (sy_call_t *)sys_getitimer }, /* 105 = getitimer */
+ { ns(struct compat_50_sys_setitimer_args), 0,
+ (sy_call_t *)compat_50_sys_setitimer },/* 104 = setitimer */
+ { ns(struct compat_50_sys_getitimer_args), 0,
+ (sy_call_t *)compat_50_sys_getitimer },/* 105 = getitimer */
{ ns(struct linux_sys_stat_args), 0,
(sy_call_t *)linux_sys_stat }, /* 106 = stat */
{ ns(struct linux_sys_lstat_args), 0,