Regen.
This commit is contained in:
parent
8eca167a73
commit
79239684ae
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: sunos_syscall.h,v 1.53 1998/09/13 22:29:06 pk Exp $ */
|
||||
/* $NetBSD: sunos_syscall.h,v 1.54 1998/10/19 22:41:06 tron Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.46 1998/06/25 22:19:12 thorpej Exp
|
||||
* created from NetBSD: syscalls.master,v 1.48 1998/10/19 22:40:29 tron Exp
|
||||
*/
|
||||
|
||||
/* syscall: "syscall" ret: "int" args: */
|
||||
|
|
|
@ -1,12 +1,16 @@
|
|||
/* $NetBSD: sunos_syscallargs.h,v 1.37 1998/10/03 19:40:43 eeh Exp $ */
|
||||
/* $NetBSD: sunos_syscallargs.h,v 1.38 1998/10/19 22:41:07 tron Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.47 1998/09/13 22:28:17 pk Exp
|
||||
* created from NetBSD: syscalls.master,v 1.48 1998/10/19 22:40:29 tron Exp
|
||||
*/
|
||||
|
||||
#ifdef syscallarg
|
||||
#undef syscallarg
|
||||
#endif
|
||||
|
||||
#define syscallarg(x) \
|
||||
union { \
|
||||
register_t pad; \
|
||||
|
|
|
@ -1,14 +1,15 @@
|
|||
/* $NetBSD: sunos_syscalls.c,v 1.52 1998/09/13 22:29:06 pk Exp $ */
|
||||
/* $NetBSD: sunos_syscalls.c,v 1.53 1998/10/19 22:41:07 tron Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.46 1998/06/25 22:19:12 thorpej Exp
|
||||
* created from NetBSD: syscalls.master,v 1.48 1998/10/19 22:40:29 tron Exp
|
||||
*/
|
||||
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#include "opt_nfsserver.h"
|
||||
#include "opt_sysv.h"
|
||||
#include "fs_nfs.h"
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
/* $NetBSD: sunos_sysent.c,v 1.45 1998/09/13 22:29:06 pk Exp $ */
|
||||
/* $NetBSD: sunos_sysent.c,v 1.46 1998/10/19 22:41:07 tron Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.46 1998/06/25 22:19:12 thorpej Exp
|
||||
* created from NetBSD: syscalls.master,v 1.48 1998/10/19 22:40:29 tron Exp
|
||||
*/
|
||||
|
||||
#include "opt_nfsserver.h"
|
||||
#include "opt_sysv.h"
|
||||
#include "fs_nfs.h"
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
|
Loading…
Reference in New Issue