diff --git a/sys/compat/freebsd/freebsd_syscall.h b/sys/compat/freebsd/freebsd_syscall.h index 70f3b5a0495a..3d7df5cfa05a 100644 --- a/sys/compat/freebsd/freebsd_syscall.h +++ b/sys/compat/freebsd/freebsd_syscall.h @@ -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: */ diff --git a/sys/compat/freebsd/freebsd_syscallargs.h b/sys/compat/freebsd/freebsd_syscallargs.h index dc812e8d8173..aeb9231c8e5b 100644 --- a/sys/compat/freebsd/freebsd_syscallargs.h +++ b/sys/compat/freebsd/freebsd_syscallargs.h @@ -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 *)); diff --git a/sys/compat/freebsd/freebsd_syscalls.c b/sys/compat/freebsd/freebsd_syscalls.c index 0b585bc28376..a9ebbd823888 100644 --- a/sys/compat/freebsd/freebsd_syscalls.c +++ b/sys/compat/freebsd/freebsd_syscalls.c @@ -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[] = { diff --git a/sys/compat/freebsd/freebsd_sysent.c b/sys/compat/freebsd/freebsd_sysent.c index a45c91d703f6..5513b3de8a17 100644 --- a/sys/compat/freebsd/freebsd_sysent.c +++ b/sys/compat/freebsd/freebsd_sysent.c @@ -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 @@ -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,