Regen: defopt NFSSERVER
This commit is contained in:
parent
bff28c879a
commit
5dc3448163
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: sunos_syscall.h,v 1.51 1998/02/19 03:34:19 thorpej Exp $ */
|
||||
/* $NetBSD: sunos_syscall.h,v 1.52 1998/06/25 22:19:33 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.45 1998/02/19 00:43:56 thorpej Exp
|
||||
* created from NetBSD: syscalls.master,v 1.46 1998/06/25 22:19:12 thorpej Exp
|
||||
*/
|
||||
|
||||
/* syscall: "syscall" ret: "int" args: */
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: sunos_syscallargs.h,v 1.34 1998/02/19 03:34:19 thorpej Exp $ */
|
||||
/* $NetBSD: sunos_syscallargs.h,v 1.35 1998/06/25 22:19:33 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.45 1998/02/19 00:43:56 thorpej Exp
|
||||
* created from NetBSD: syscalls.master,v 1.46 1998/06/25 22:19:12 thorpej Exp
|
||||
*/
|
||||
|
||||
#define syscallarg(x) union { x datum; register_t pad; }
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
/* $NetBSD: sunos_syscalls.c,v 1.50 1998/02/19 03:34:19 thorpej Exp $ */
|
||||
/* $NetBSD: sunos_syscalls.c,v 1.51 1998/06/25 22:19:33 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.45 1998/02/19 00:43:56 thorpej Exp
|
||||
* created from NetBSD: syscalls.master,v 1.46 1998/06/25 22:19:12 thorpej Exp
|
||||
*/
|
||||
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#include "opt_nfsserver.h"
|
||||
#include "fs_nfs.h"
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
/* $NetBSD: sunos_sysent.c,v 1.43 1998/02/19 03:34:19 thorpej Exp $ */
|
||||
/* $NetBSD: sunos_sysent.c,v 1.44 1998/06/25 22:19:34 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.45 1998/02/19 00:43:56 thorpej Exp
|
||||
* created from NetBSD: syscalls.master,v 1.46 1998/06/25 22:19:12 thorpej Exp
|
||||
*/
|
||||
|
||||
#include "opt_nfsserver.h"
|
||||
#include "fs_nfs.h"
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
|
Loading…
Reference in New Issue