This commit is contained in:
jdolecek 2000-12-06 21:02:30 +00:00
parent 6ddca63eb7
commit eb248dea94
4 changed files with 10 additions and 8 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: aout_syscall.h,v 1.11 2000/08/18 19:35:15 cgd Exp $ */
/* $NetBSD: aout_syscall.h,v 1.12 2000/12/06 21:02:30 jdolecek Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.10 2000/08/07 17:59:35 bjh21 Exp
* created from NetBSD: syscalls.master,v 1.11 2000/12/06 21:02:00 jdolecek Exp
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */

View File

@ -1,10 +1,10 @@
/* $NetBSD: aout_syscallargs.h,v 1.12 2000/08/18 19:35:16 cgd Exp $ */
/* $NetBSD: aout_syscallargs.h,v 1.13 2000/12/06 21:02:30 jdolecek Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.10 2000/08/07 17:59:35 bjh21 Exp
* created from NetBSD: syscalls.master,v 1.11 2000/12/06 21:02:00 jdolecek Exp
*/
#ifndef _AOUT_SYS__SYSCALLARGS_H_

View File

@ -1,10 +1,10 @@
/* $NetBSD: aout_syscalls.c,v 1.12 2000/11/13 21:32:16 jdolecek Exp $ */
/* $NetBSD: aout_syscalls.c,v 1.13 2000/12/06 21:02:30 jdolecek Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.10 2000/08/07 17:59:35 bjh21 Exp
* created from NetBSD: syscalls.master,v 1.11 2000/12/06 21:02:00 jdolecek Exp
*/
#if defined(_KERNEL) && !defined(_LKM)

View File

@ -1,12 +1,13 @@
/* $NetBSD: aout_sysent.c,v 1.11 2000/08/18 19:35:16 cgd Exp $ */
/* $NetBSD: aout_sysent.c,v 1.12 2000/12/06 21:02:31 jdolecek Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.10 2000/08/07 17:59:35 bjh21 Exp
* created from NetBSD: syscalls.master,v 1.11 2000/12/06 21:02:00 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>