This commit is contained in:
dsl 2007-11-12 22:23:29 +00:00
parent 9bb5de8a76
commit 300078900a
4 changed files with 12 additions and 22 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: aoutm68k_syscall.h,v 1.29 2007/11/09 15:10:27 dsl Exp $ */
/* $NetBSD: aoutm68k_syscall.h,v 1.30 2007/11/12 22:23:29 dsl Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.25 2007/11/09 15:05:33 dsl Exp
* created from NetBSD: syscalls.master,v 1.26 2007/11/12 22:23:01 dsl Exp
*/
#ifndef _AOUTM68K_SYS_SYSCALL_H_

View File

@ -1,10 +1,10 @@
/* $NetBSD: aoutm68k_syscallargs.h,v 1.27 2007/11/09 15:10:27 dsl Exp $ */
/* $NetBSD: aoutm68k_syscallargs.h,v 1.28 2007/11/12 22:23:29 dsl Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.25 2007/11/09 15:05:33 dsl Exp
* created from NetBSD: syscalls.master,v 1.26 2007/11/12 22:23:01 dsl Exp
*/
#ifndef _AOUTM68K_SYS_SYSCALLARGS_H_
@ -30,11 +30,6 @@
#define check_syscall_args(call) \
typedef char call##_check_args[sizeof (struct call##_args) \
<= AOUTM68K_SYS_MAXSYSARGS * sizeof (register_t) ? 1 : -1];
struct sys_syscall_args {
syscallarg(int) code;
syscallarg(register32_t) args[AOUTM68K_SYS_MAXSYSARGS];
};
#if defined(COMPAT_43) || !defined(_KERNEL)
#else
#endif
@ -185,11 +180,6 @@ check_syscall_args(aoutm68k_compat_12_sys_lstat)
#if defined(COMPAT_12) || !defined(_KERNEL)
#else
#endif
struct sys___syscall_args {
syscallarg(quad_t) code;
syscallarg(register32_t) args[AOUTM68K_SYS_MAXSYSARGS];
};
#if defined(LKM) || !defined(_KERNEL)
#else /* !LKM */
#endif /* !LKM */

View File

@ -1,14 +1,14 @@
/* $NetBSD: aoutm68k_syscalls.c,v 1.26 2007/11/09 15:10:28 dsl Exp $ */
/* $NetBSD: aoutm68k_syscalls.c,v 1.27 2007/11/12 22:23:30 dsl Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.25 2007/11/09 15:05:33 dsl Exp
* created from NetBSD: syscalls.master,v 1.26 2007/11/12 22:23:01 dsl Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: aoutm68k_syscalls.c,v 1.26 2007/11/09 15:10:28 dsl Exp $");
__KERNEL_RCSID(0, "$NetBSD: aoutm68k_syscalls.c,v 1.27 2007/11/12 22:23:30 dsl Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,14 +1,14 @@
/* $NetBSD: aoutm68k_sysent.c,v 1.30 2007/11/09 15:10:28 dsl Exp $ */
/* $NetBSD: aoutm68k_sysent.c,v 1.31 2007/11/12 22:23:30 dsl Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.25 2007/11/09 15:05:33 dsl Exp
* created from NetBSD: syscalls.master,v 1.26 2007/11/12 22:23:01 dsl Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: aoutm68k_sysent.c,v 1.30 2007/11/09 15:10:28 dsl Exp $");
__KERNEL_RCSID(0, "$NetBSD: aoutm68k_sysent.c,v 1.31 2007/11/12 22:23:30 dsl Exp $");
#if defined(_KERNEL_OPT)
#include "opt_ktrace.h"
@ -32,7 +32,7 @@ __KERNEL_RCSID(0, "$NetBSD: aoutm68k_sysent.c,v 1.30 2007/11/09 15:10:28 dsl Exp
#define ns(type) n(type), s(type)
struct sysent aoutm68k_sysent[] = {
{ ns(struct sys_syscall_args), SYCALL_INDIRECT,
{ ns(struct sys_syscall_args), SYCALL_INDIRECT | 0,
sys_syscall }, /* 0 = syscall */
{ ns(struct sys_exit_args), 0,
sys_exit }, /* 1 = exit */
@ -666,7 +666,7 @@ struct sysent aoutm68k_sysent[] = {
#endif
{ ns(struct sys_mmap_args), 0,
sys_mmap }, /* 197 = mmap */
{ ns(struct sys___syscall_args), SYCALL_INDIRECT,
{ ns(struct sys___syscall_args), SYCALL_INDIRECT | 0,
sys___syscall }, /* 198 = __syscall */
{ ns(struct sys_lseek_args), 0,
sys_lseek }, /* 199 = lseek */