syl's projects
/
dragonfly.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
vadvise depend of COMPAT_43.
[dragonfly.git]
/
sys
/
sys
/
syscall-hide.h
diff --git
a/sys/sys/syscall-hide.h
b/sys/sys/syscall-hide.h
index
cba8709
..
d85c943
100644
(file)
--- a/
sys/sys/syscall-hide.h
+++ b/
sys/sys/syscall-hide.h
@@
-70,7
+70,7
@@
HIDE_BSD(vfork)
HIDE_BSD(sbrk)
HIDE_BSD(sstk)
HIDE_BSD(mmap)
-HIDE_BSD(ovadvise)
+HIDE_BSD(vadvise)
HIDE_BSD(munmap)
HIDE_BSD(mprotect)
HIDE_BSD(madvise)