Regen.
This commit is contained in:
parent
b35ec5940b
commit
49d58c7d89
|
@ -2,7 +2,7 @@
|
|||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.7 1997/06/13 19:11:42 thorpej Exp
|
||||
* created from NetBSD: syscalls.master,v 1.8 1997/10/10 01:44:59 fvdl 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.7 1997/06/13 19:11:42 thorpej Exp
|
||||
* created from NetBSD: syscalls.master,v 1.8 1997/10/10 01:44:59 fvdl Exp
|
||||
*/
|
||||
|
||||
#define syscallarg(x) union { x datum; register_t pad; }
|
||||
|
@ -394,7 +394,7 @@ int freebsd_sys_pathconf __P((struct proc *, void *, register_t *));
|
|||
int sys_fpathconf __P((struct proc *, void *, register_t *));
|
||||
int sys_getrlimit __P((struct proc *, void *, register_t *));
|
||||
int sys_setrlimit __P((struct proc *, void *, register_t *));
|
||||
int sys_getdirentries __P((struct proc *, void *, register_t *));
|
||||
int compat_12_sys_getdirentries __P((struct proc *, void *, register_t *));
|
||||
int sys_mmap __P((struct proc *, void *, register_t *));
|
||||
int sys_nosys __P((struct proc *, void *, register_t *));
|
||||
int sys_lseek __P((struct proc *, void *, register_t *));
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.7 1997/06/13 19:11:42 thorpej Exp
|
||||
* created from NetBSD: syscalls.master,v 1.8 1997/10/10 01:44:59 fvdl Exp
|
||||
*/
|
||||
|
||||
char *freebsd_syscallnames[] = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.7 1997/06/13 19:11:42 thorpej Exp
|
||||
* created from NetBSD: syscalls.master,v 1.8 1997/10/10 01:44:59 fvdl Exp
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -454,8 +454,8 @@ struct sysent freebsd_sysent[] = {
|
|||
sys_getrlimit }, /* 194 = getrlimit */
|
||||
{ 2, s(struct sys_setrlimit_args),
|
||||
sys_setrlimit }, /* 195 = setrlimit */
|
||||
{ 4, s(struct sys_getdirentries_args),
|
||||
sys_getdirentries }, /* 196 = getdirentries */
|
||||
{ 4, s(struct compat_12_sys_getdirentries_args),
|
||||
compat_12_sys_getdirentries }, /* 196 = getdirentries */
|
||||
{ 7, s(struct sys_mmap_args),
|
||||
sys_mmap }, /* 197 = mmap */
|
||||
{ 0, 0,
|
||||
|
|
Loading…
Reference in New Issue