Regen: defopt NFSSERVER
This commit is contained in:
parent
d87e6c2b0e
commit
23e23646da
@ -1,13 +1,14 @@
|
||||
/* $NetBSD: init_sysent.c,v 1.90 1998/06/25 21:16:58 thorpej Exp $ */
|
||||
/* $NetBSD: init_sysent.c,v 1.91 1998/06/25 22:17:21 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.77 1998/06/25 21:16:03 thorpej Exp
|
||||
* created from NetBSD: syscalls.master,v 1.78 1998/06/25 22:16:40 thorpej Exp
|
||||
*/
|
||||
|
||||
#include "opt_ktrace.h"
|
||||
#include "opt_nfsserver.h"
|
||||
#include "fs_lfs.h"
|
||||
#include "fs_nfs.h"
|
||||
#include <sys/param.h>
|
||||
|
@ -1,14 +1,15 @@
|
||||
/* $NetBSD: syscalls.c,v 1.84 1998/06/25 21:16:58 thorpej Exp $ */
|
||||
/* $NetBSD: syscalls.c,v 1.85 1998/06/25 22:17:22 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.77 1998/06/25 21:16:03 thorpej Exp
|
||||
* created from NetBSD: syscalls.master,v 1.78 1998/06/25 22:16:40 thorpej Exp
|
||||
*/
|
||||
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#include "opt_ktrace.h"
|
||||
#include "opt_nfsserver.h"
|
||||
#include "fs_lfs.h"
|
||||
#include "fs_nfs.h"
|
||||
#include <sys/param.h>
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: syscall.h,v 1.84 1998/06/25 21:16:59 thorpej Exp $ */
|
||||
/* $NetBSD: syscall.h,v 1.85 1998/06/25 22:17:23 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.77 1998/06/25 21:16:03 thorpej Exp
|
||||
* created from NetBSD: syscalls.master,v 1.78 1998/06/25 22:16:40 thorpej Exp
|
||||
*/
|
||||
|
||||
/* syscall: "syscall" ret: "int" args: "int" "..." */
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: syscallargs.h,v 1.63 1998/06/25 21:16:59 thorpej Exp $ */
|
||||
/* $NetBSD: syscallargs.h,v 1.64 1998/06/25 22:17:23 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.77 1998/06/25 21:16:03 thorpej Exp
|
||||
* created from NetBSD: syscalls.master,v 1.78 1998/06/25 22:16:40 thorpej Exp
|
||||
*/
|
||||
|
||||
#define syscallarg(x) union { x datum; register_t pad; }
|
||||
|
Loading…
Reference in New Issue
Block a user