diff options
Diffstat (limited to 'sys/compat/sunos/sunos_syscallargs.h')
-rw-r--r-- | sys/compat/sunos/sunos_syscallargs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/compat/sunos/sunos_syscallargs.h b/sys/compat/sunos/sunos_syscallargs.h index 6eeaf94050d..19b6375f7b1 100644 --- a/sys/compat/sunos/sunos_syscallargs.h +++ b/sys/compat/sunos/sunos_syscallargs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sunos_syscallargs.h,v 1.20 2007/11/27 18:05:59 art Exp $ */ +/* $OpenBSD: sunos_syscallargs.h,v 1.21 2008/01/05 00:36:13 miod Exp $ */ /* * System call argument lists. @@ -283,7 +283,6 @@ int sys_vfork(struct proc *, void *, register_t *); int sys_sbrk(struct proc *, void *, register_t *); int sys_sstk(struct proc *, void *, register_t *); int sunos_sys_mmap(struct proc *, void *, register_t *); -int sys_ovadvise(struct proc *, void *, register_t *); int sys_munmap(struct proc *, void *, register_t *); int sys_mprotect(struct proc *, void *, register_t *); int sys_madvise(struct proc *, void *, register_t *); |