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

This commit is contained in:
thorpej 1997-01-31 02:19:34 +00:00
parent 83b3ffe116
commit bf69384ef4
4 changed files with 7 additions and 7 deletions

View File

@ -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: */

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.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

View File

@ -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

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.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),