Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-0]: src Welcome to 2.0.2_STABLE
details: https://anonhg.NetBSD.org/src/rev/9b92e36c3d78
branches: netbsd-2-0
changeset: 564745:9b92e36c3d78
user: tron <tron%NetBSD.org@localhost>
date: Wed Apr 06 11:46:33 2005 +0000
description:
Welcome to 2.0.2_STABLE
diffstat:
doc/CHANGES-2.0.3 | 6 +++++-
sys/sys/param.h | 4 ++--
2 files changed, 7 insertions(+), 3 deletions(-)
diffs (35 lines):
diff -r fbc5f3a25dea -r 9b92e36c3d78 doc/CHANGES-2.0.3
--- a/doc/CHANGES-2.0.3 Wed Apr 06 11:40:45 2005 +0000
+++ b/doc/CHANGES-2.0.3 Wed Apr 06 11:46:33 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-2.0.3,v 1.1.2.1 2005/04/06 11:40:45 tron Exp $
+# $NetBSD: CHANGES-2.0.3,v 1.1.2.2 2005/04/06 11:46:33 tron Exp $
A complete list of changes from the NetBSD 2.0.2 release to the NetBSD 2.0.3
release.
@@ -11,3 +11,7 @@
FFSv1 file systems.
[mycroft, ticket #1035]
+sys/sys/param.h patch
+
+ Welcome to 2.0.2_STABLE
+
diff -r fbc5f3a25dea -r 9b92e36c3d78 sys/sys/param.h
--- a/sys/sys/param.h Wed Apr 06 11:40:45 2005 +0000
+++ b/sys/sys/param.h Wed Apr 06 11:46:33 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.188.2.16 2005/03/22 00:53:13 jmc Exp $ */
+/* $NetBSD: param.h,v 1.188.2.17 2005/04/06 11:46:33 tron Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 200000200 /* NetBSD 2.0.2 */
+#define __NetBSD_Version__ 200000200 /* NetBSD 2.0.2_STABLE */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) >= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index