Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/conf Fix version numbers in comments



details:   https://anonhg.NetBSD.org/src/rev/e3c9b64a15cd
branches:  trunk
changeset: 467246:e3c9b64a15cd
user:      ryoon <ryoon%NetBSD.org@localhost>
date:      Sat Jan 18 07:54:26 2020 +0000

description:
Fix version numbers in comments

diffstat:

 sys/conf/compat_netbsd80.config |  4 ++--
 sys/conf/compat_netbsd90.config |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r bf9562e9212c -r e3c9b64a15cd sys/conf/compat_netbsd80.config
--- a/sys/conf/compat_netbsd80.config   Sat Jan 18 07:52:33 2020 +0000
+++ b/sys/conf/compat_netbsd80.config   Sat Jan 18 07:54:26 2020 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: compat_netbsd80.config,v 1.2 2019/01/27 02:08:41 pgoyette Exp $
+#      $NetBSD: compat_netbsd80.config,v 1.3 2020/01/18 07:54:26 ryoon Exp $
 
-# Common fragment for all NetBSD targets wanting NetBSD 7.0 and newer
+# Common fragment for all NetBSD targets wanting NetBSD 8.0 and newer
 # compatibility support.
 #
 # Note that COMPAT_80 implies all newer COMPAT_XX options.
diff -r bf9562e9212c -r e3c9b64a15cd sys/conf/compat_netbsd90.config
--- a/sys/conf/compat_netbsd90.config   Sat Jan 18 07:52:33 2020 +0000
+++ b/sys/conf/compat_netbsd90.config   Sat Jan 18 07:54:26 2020 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: compat_netbsd90.config,v 1.1 2019/09/22 22:59:38 christos Exp $
+#      $NetBSD: compat_netbsd90.config,v 1.2 2020/01/18 07:54:26 ryoon Exp $
 
-# Common fragment for all NetBSD targets wanting NetBSD 7.0 and newer
+# Common fragment for all NetBSD targets wanting NetBSD 9.0 and newer
 # compatibility support.
 #
-# Note that COMPAT_80 implies all newer COMPAT_XX options.
+# Note that COMPAT_90 implies all newer COMPAT_XX options.
 
 include        "conf/compat_netbsd.config"
 options        COMPAT_90       # NetBSD 9.0 and beyond.



Home | Main Index | Thread Index | Old Index