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
/
sysunion.h
diff --git
a/sys/sys/sysunion.h
b/sys/sys/sysunion.h
index
66b970f
..
a0df514
100644
(file)
--- a/
sys/sys/sysunion.h
+++ b/
sys/sys/sysunion.h
@@
-91,7
+91,9
@@
union sysunion {
#ifdef COMPAT_43
struct ommap_args sys_ommap;
#endif
- struct ovadvise_args ovadvise;
+#ifdef COMPAT_43
+ struct ovadvise_args vadvise;
+#endif
struct munmap_args munmap;
struct mprotect_args mprotect;
struct madvise_args madvise;