Syscalls.master chagned, regen. (NFSCLIENT -> NFS)
This commit is contained in:
parent
83b3ffe116
commit
bf69384ef4
@ -2,7 +2,7 @@
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.38 1996/09/07 14:22:01 mycroft Exp
|
||||
* created from NetBSD: syscalls.master,v 1.39 1997/01/31 02:18:56 thorpej Exp
|
||||
*/
|
||||
|
||||
/* syscall: "syscall" ret: "int" args: */
|
||||
|
@ -2,7 +2,7 @@
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.38 1996/09/07 14:22:01 mycroft Exp
|
||||
* created from NetBSD: syscalls.master,v 1.39 1997/01/31 02:18:56 thorpej Exp
|
||||
*/
|
||||
|
||||
#define syscallarg(x) union { x datum; register_t pad; }
|
||||
@ -337,7 +337,7 @@ int sys_getdirentries __P((struct proc *, void *, register_t *));
|
||||
int sunos_sys_statfs __P((struct proc *, void *, register_t *));
|
||||
int sunos_sys_fstatfs __P((struct proc *, void *, register_t *));
|
||||
int sunos_sys_unmount __P((struct proc *, void *, register_t *));
|
||||
#ifdef NFSCLIENT
|
||||
#ifdef NFS
|
||||
int async_daemon __P((struct proc *, void *, register_t *));
|
||||
int sys_getfh __P((struct proc *, void *, register_t *));
|
||||
#else
|
||||
|
@ -2,7 +2,7 @@
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.38 1996/09/07 14:22:01 mycroft Exp
|
||||
* created from NetBSD: syscalls.master,v 1.39 1997/01/31 02:18:56 thorpej Exp
|
||||
*/
|
||||
|
||||
char *sunos_syscallnames[] = {
|
||||
@ -170,7 +170,7 @@ char *sunos_syscallnames[] = {
|
||||
"statfs", /* 157 = statfs */
|
||||
"fstatfs", /* 158 = fstatfs */
|
||||
"unmount", /* 159 = unmount */
|
||||
#ifdef NFSCLIENT
|
||||
#ifdef NFS
|
||||
"async_daemon", /* 160 = async_daemon */
|
||||
"getfh", /* 161 = getfh */
|
||||
#else
|
||||
|
@ -2,7 +2,7 @@
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.38 1996/09/07 14:22:01 mycroft Exp
|
||||
* created from NetBSD: syscalls.master,v 1.39 1997/01/31 02:18:56 thorpej Exp
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -360,7 +360,7 @@ struct sysent sunos_sysent[] = {
|
||||
sunos_sys_fstatfs }, /* 158 = fstatfs */
|
||||
{ 1, s(struct sunos_sys_unmount_args),
|
||||
sunos_sys_unmount }, /* 159 = unmount */
|
||||
#ifdef NFSCLIENT
|
||||
#ifdef NFS
|
||||
{ 0, 0,
|
||||
async_daemon }, /* 160 = async_daemon */
|
||||
{ 2, s(struct sys_getfh_args),
|
||||
|
Loading…
x
Reference in New Issue
Block a user