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.h
diff --git
a/sys/sys/syscall.h
b/sys/sys/syscall.h
index
94ac441
..
dba8aea
100644
(file)
--- a/
sys/sys/syscall.h
+++ b/
sys/sys/syscall.h
@@
-76,7
+76,7
@@
#define SYS_sbrk 69
#define SYS_sstk 70
/* 71 is old mmap */
-#define SYS_vadvise 72
+ /* 72 is old vadvise */
#define SYS_munmap 73
#define SYS_mprotect 74
#define SYS_madvise 75