diff options
Diffstat (limited to 'sys/compat/freebsd/syscalls.master')
-rw-r--r-- | sys/compat/freebsd/syscalls.master | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/freebsd/syscalls.master b/sys/compat/freebsd/syscalls.master index 1b3e5f23e34..0c9ddf97465 100644 --- a/sys/compat/freebsd/syscalls.master +++ b/sys/compat/freebsd/syscalls.master @@ -1,4 +1,4 @@ - $OpenBSD: syscalls.master,v 1.8 1997/11/13 18:35:23 deraadt Exp $ + $OpenBSD: syscalls.master,v 1.9 1999/02/10 08:05:08 deraadt Exp $ ; $NetBSD: syscalls.master,v 1.3 1995/10/10 18:28:40 mycroft Exp $ ; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94 @@ -153,7 +153,7 @@ 73 NOARGS { int sys_munmap(caddr_t addr, size_t len); } 74 NOARGS { int sys_mprotect(caddr_t addr, size_t len, \ int prot); } -75 NOARGS { int sys_madvise(caddr_t addr, size_t len, \ +75 STD { int freebsd_sys_madvise(caddr_t addr, size_t len, \ int behav); } 76 OBSOL vhangup 77 OBSOL vlimit |