This commit is contained in:
jdolecek 2000-12-06 21:26:07 +00:00
parent 79e6f66114
commit 6f1bed130e
4 changed files with 10 additions and 14 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: aoutm68k_syscall.h,v 1.1 2000/12/02 20:40:05 scw Exp $ */
/* $NetBSD: aoutm68k_syscall.h,v 1.2 2000/12/06 21:26:07 jdolecek Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD
* created from NetBSD: syscalls.master,v 1.2 2000/12/06 21:24:47 jdolecek Exp
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */

View File

@ -1,10 +1,10 @@
/* $NetBSD: aoutm68k_syscallargs.h,v 1.1 2000/12/02 20:40:05 scw Exp $ */
/* $NetBSD: aoutm68k_syscallargs.h,v 1.2 2000/12/06 21:26:07 jdolecek Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD
* created from NetBSD: syscalls.master,v 1.2 2000/12/06 21:24:47 jdolecek Exp
*/
#ifndef _AOUTM68K_SYS__SYSCALLARGS_H_
@ -222,8 +222,6 @@ struct aoutm68k_sys_fhstat_args {
* System call prototypes.
*/
#if defined(_KERNEL) && !defined(_LKM)
#endif
int sys_exit(struct proc *, void *, register_t *);
int sys_fork(struct proc *, void *, register_t *);
int sys_read(struct proc *, void *, register_t *);

View File

@ -1,10 +1,10 @@
/* $NetBSD: aoutm68k_syscalls.c,v 1.1 2000/12/02 20:40:05 scw Exp $ */
/* $NetBSD: aoutm68k_syscalls.c,v 1.2 2000/12/06 21:26:07 jdolecek Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD
* created from NetBSD: syscalls.master,v 1.2 2000/12/06 21:24:47 jdolecek Exp
*/
#if defined(_KERNEL) && !defined(_LKM)
@ -25,8 +25,6 @@
#endif /* _KERNEL && ! _LKM */
const char * const aoutm68k_syscallnames[] = {
#if defined(_KERNEL) && !defined(_LKM)
#endif
"syscall", /* 0 = syscall */
"exit", /* 1 = exit */
"fork", /* 2 = fork */

View File

@ -1,12 +1,13 @@
/* $NetBSD: aoutm68k_sysent.c,v 1.1 2000/12/02 20:40:05 scw Exp $ */
/* $NetBSD: aoutm68k_sysent.c,v 1.2 2000/12/06 21:26:07 jdolecek Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD
* created from NetBSD: syscalls.master,v 1.2 2000/12/06 21:24:47 jdolecek Exp
*/
#if defined ( _KERNEL ) && !defined ( _LKM )
#include "opt_ktrace.h"
#include "opt_nfsserver.h"
#include "opt_ntp.h"
@ -15,6 +16,7 @@
#include "opt_compat_43.h"
#include "fs_lfs.h"
#include "fs_nfs.h"
#endif
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/signal.h>
@ -25,8 +27,6 @@
#define s(type) sizeof(type)
struct sysent aoutm68k_sysent[] = {
#if defined(_KERNEL) && !defined(_LKM)
#endif
{ 0, 0,
sys_nosys }, /* 0 = syscall (indir) */
{ 1, s(struct sys_exit_args),