diff options
Diffstat (limited to 'sys/vm/vm_unix.c')
-rw-r--r-- | sys/vm/vm_unix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/vm_unix.c b/sys/vm/vm_unix.c index 6f8e7c8..e08aa6a 100644 --- a/sys/vm/vm_unix.c +++ b/sys/vm/vm_unix.c @@ -68,7 +68,7 @@ struct obreak_args { */ /* ARGSUSED */ int -obreak(td, uap) +sys_obreak(td, uap) struct thread *td; struct obreak_args *uap; { @@ -197,7 +197,7 @@ struct ovadvise_args { */ /* ARGSUSED */ int -ovadvise(td, uap) +sys_ovadvise(td, uap) struct thread *td; struct ovadvise_args *uap; { |