This commit is contained in:
fvdl 1997-10-10 12:54:39 +00:00
parent 87e21e080a
commit cd215502cb
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.41 1997/06/13 19:09:12 thorpej Exp
* created from NetBSD: syscalls.master,v 1.42 1997/10/10 12:45:01 fvdl 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.41 1997/06/13 19:09:12 thorpej Exp
* created from NetBSD: syscalls.master,v 1.42 1997/10/10 12:45:01 fvdl Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }
@ -333,7 +333,7 @@ int sys_poll __P((struct proc *, void *, register_t *));
int sunos_sys_nfssvc __P((struct proc *, void *, register_t *));
#else
#endif
int sys_getdirentries __P((struct proc *, void *, register_t *));
int compat_12_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 *));

View File

@ -2,7 +2,7 @@
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.41 1997/06/13 19:09:12 thorpej Exp
* created from NetBSD: syscalls.master,v 1.42 1997/10/10 12:45:01 fvdl Exp
*/
char *sunos_syscallnames[] = {

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.41 1997/06/13 19:09:12 thorpej Exp
* created from NetBSD: syscalls.master,v 1.42 1997/10/10 12:45:01 fvdl Exp
*/
#include <sys/param.h>
@ -352,8 +352,8 @@ struct sysent sunos_sysent[] = {
{ 0, 0,
sys_nosys }, /* 155 = unimplemented */
#endif
{ 4, s(struct sys_getdirentries_args),
sys_getdirentries }, /* 156 = getdirentries */
{ 4, s(struct compat_12_sys_getdirentries_args),
compat_12_sys_getdirentries }, /* 156 = getdirentries */
{ 2, s(struct sunos_sys_statfs_args),
sunos_sys_statfs }, /* 157 = statfs */
{ 2, s(struct sunos_sys_fstatfs_args),