Module Name: src
Committed By: maxv
Date: Wed Dec 19 14:07:51 UTC 2018
Modified Files:
src/doc: CHANGES
Log Message:
Note removal of COMPAT_SVR4.
To generate a diff of this commit:
cvs rdiff -u -r1.2466 -r1.2467 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.2466 src/doc/CHANGES:1.2467
--- src/doc/CHANGES:1.2466 Sun Dec 16 08:19:51 2018
+++ src/doc/CHANGES Wed Dec 19 14:07:51 2018
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2466 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2467 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -265,3 +265,4 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
amdtemp(4): Add support for AMD family 16h temperature sensors.
[is 20181213]
arm: Add support for NVIDIA Tegra X1 SoC SATA. [skrll 20181214]
+ kernel: Remove COMPAT_SVR4 and COMPAT_SVR4_32. [maxv 20181219]