Syscalls.master changed, regen. (NFSCLIENT -> NFS)

This commit is contained in:
thorpej 1997-01-31 02:35:52 +00:00
parent 55ee7ceeb8
commit 1005d16030
4 changed files with 10 additions and 10 deletions

View File

@ -2,7 +2,7 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.46 1996/12/22 08:04:06 cgd Exp
* created from NetBSD: syscalls.master,v 1.47 1997/01/31 02:34:53 thorpej Exp
*/
#include <sys/param.h>
@ -364,7 +364,7 @@ struct sysent sysent[] = {
sys_nosys }, /* 153 = unimplemented */
{ 0, 0,
sys_nosys }, /* 154 = unimplemented */
#if defined(NFSCLIENT) || defined(NFSSERVER)
#if defined(NFS) || defined(NFSSERVER)
{ 2, s(struct sys_nfssvc_args),
sys_nfssvc }, /* 155 = nfssvc */
#else
@ -381,7 +381,7 @@ struct sysent sysent[] = {
sys_nosys }, /* 159 = unimplemented */
{ 0, 0,
sys_nosys }, /* 160 = unimplemented */
#if defined(NFSCLIENT) || defined(NFSSERVER)
#if defined(NFS) || defined(NFSSERVER)
{ 2, s(struct sys_getfh_args),
sys_getfh }, /* 161 = getfh */
#else

View File

@ -2,7 +2,7 @@
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.46 1996/12/22 08:04:06 cgd Exp
* created from NetBSD: syscalls.master,v 1.47 1997/01/31 02:34:53 thorpej Exp
*/
char *syscallnames[] = {
@ -169,7 +169,7 @@ char *syscallnames[] = {
"#152 (unimplemented)", /* 152 = unimplemented */
"#153 (unimplemented)", /* 153 = unimplemented */
"#154 (unimplemented)", /* 154 = unimplemented */
#if defined(NFSCLIENT) || defined(NFSSERVER)
#if defined(NFS) || defined(NFSSERVER)
"nfssvc", /* 155 = nfssvc */
#else
"#155 (unimplemented)", /* 155 = unimplemented */
@ -179,7 +179,7 @@ char *syscallnames[] = {
"fstatfs", /* 158 = fstatfs */
"#159 (unimplemented)", /* 159 = unimplemented */
"#160 (unimplemented)", /* 160 = unimplemented */
#if defined(NFSCLIENT) || defined(NFSSERVER)
#if defined(NFS) || defined(NFSSERVER)
"getfh", /* 161 = getfh */
#else
"#161 (unimplemented getfh)", /* 161 = unimplemented getfh */

View File

@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.46 1996/12/22 08:04:06 cgd Exp
* created from NetBSD: syscalls.master,v 1.47 1997/01/31 02:34:53 thorpej Exp
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */

View File

@ -2,7 +2,7 @@
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.46 1996/12/22 08:04:06 cgd Exp
* created from NetBSD: syscalls.master,v 1.47 1997/01/31 02:34:53 thorpej Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }
@ -1133,14 +1133,14 @@ int sys_setsid __P((struct proc *, void *, register_t *));
int sys_quotactl __P((struct proc *, void *, register_t *));
int compat_43_sys_quota __P((struct proc *, void *, register_t *));
int compat_43_sys_getsockname __P((struct proc *, void *, register_t *));
#if defined(NFSCLIENT) || defined(NFSSERVER)
#if defined(NFS) || defined(NFSSERVER)
int sys_nfssvc __P((struct proc *, void *, register_t *));
#else
#endif
int compat_43_sys_getdirentries __P((struct proc *, void *, register_t *));
int sys_statfs __P((struct proc *, void *, register_t *));
int sys_fstatfs __P((struct proc *, void *, register_t *));
#if defined(NFSCLIENT) || defined(NFSSERVER)
#if defined(NFS) || defined(NFSSERVER)
int sys_getfh __P((struct proc *, void *, register_t *));
#else
#endif