Module Name: src
Committed By: kamil
Date: Tue Dec 19 19:58:37 UTC 2017
Modified Files:
src/doc: CHANGES
Log Message:
Document SYS_vadvise removal in doc/CHANGES
ovadvise: Remove the old vadvise syscall
Sponsored by <The NetBSD Foundation>
To generate a diff of this commit:
cvs rdiff -u -r1.2341 -r1.2342 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2341 src/doc/CHANGES:1.2342
--- src/doc/CHANGES:1.2341 Tue Dec 19 18:37:39 2017
+++ src/doc/CHANGES Tue Dec 19 19:58:37 2017
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2341 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2342 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -95,3 +95,4 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
[mbalmer 20171213]
sstk: Remove the "stack section size change" syscall [kamil 20171219]
sbrk: Remove the "data section size change" syscall [kamil 20171219]
+ ovadvise: Remove the old vadvise syscall [kamil 20171219]