Regen.
This commit is contained in:
parent
ccb04baa10
commit
3461a6eb39
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: freebsd_syscall.h,v 1.25 1998/09/11 23:15:07 mycroft Exp $ */
|
||||
/* $NetBSD: freebsd_syscall.h,v 1.26 1998/10/19 22:28:16 tron Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.18 1998/06/25 22:18:32 thorpej Exp
|
||||
* created from NetBSD: syscalls.master,v 1.20 1998/10/19 22:27:38 tron Exp
|
||||
*/
|
||||
|
||||
/* syscall: "syscall" ret: "int" args: */
|
||||
|
|
|
@ -1,12 +1,16 @@
|
|||
/* $NetBSD: freebsd_syscallargs.h,v 1.25 1998/10/03 19:31:24 eeh Exp $ */
|
||||
/* $NetBSD: freebsd_syscallargs.h,v 1.26 1998/10/19 22:28:16 tron Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.19 1998/09/11 12:50:08 mycroft Exp
|
||||
* created from NetBSD: syscalls.master,v 1.20 1998/10/19 22:27:38 tron Exp
|
||||
*/
|
||||
|
||||
#ifdef syscallarg
|
||||
#undef syscallarg
|
||||
#endif
|
||||
|
||||
#define syscallarg(x) \
|
||||
union { \
|
||||
register_t pad; \
|
||||
|
|
|
@ -1,15 +1,16 @@
|
|||
/* $NetBSD: freebsd_syscalls.c,v 1.24 1998/09/11 23:15:08 mycroft Exp $ */
|
||||
/* $NetBSD: freebsd_syscalls.c,v 1.25 1998/10/19 22:28:16 tron Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.18 1998/06/25 22:18:32 thorpej Exp
|
||||
* created from NetBSD: syscalls.master,v 1.20 1998/10/19 22:27:38 tron Exp
|
||||
*/
|
||||
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#include "opt_ktrace.h"
|
||||
#include "opt_nfsserver.h"
|
||||
#include "opt_sysv.h"
|
||||
#include "fs_lfs.h"
|
||||
#include "fs_nfs.h"
|
||||
#include <sys/param.h>
|
||||
|
|
|
@ -1,14 +1,15 @@
|
|||
/* $NetBSD: freebsd_sysent.c,v 1.26 1998/09/11 23:15:08 mycroft Exp $ */
|
||||
/* $NetBSD: freebsd_sysent.c,v 1.27 1998/10/19 22:28:16 tron Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.18 1998/06/25 22:18:32 thorpej Exp
|
||||
* created from NetBSD: syscalls.master,v 1.20 1998/10/19 22:27:38 tron Exp
|
||||
*/
|
||||
|
||||
#include "opt_ktrace.h"
|
||||
#include "opt_nfsserver.h"
|
||||
#include "opt_sysv.h"
|
||||
#include "fs_lfs.h"
|
||||
#include "fs_nfs.h"
|
||||
#include <sys/param.h>
|
||||
|
|
Loading…
Reference in New Issue