Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys 5.99.43: R.I.P. SAVESTART.
details: https://anonhg.NetBSD.org/src/rev/22f59e785505
branches: trunk
changeset: 760282:22f59e785505
user: dholland <dholland%NetBSD.org@localhost>
date: Sun Jan 02 05:13:53 2011 +0000
description:
5.99.43: R.I.P. SAVESTART.
diffstat:
sys/sys/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 656905529729 -r 22f59e785505 sys/sys/param.h
--- a/sys/sys/param.h Sun Jan 02 05:12:56 2011 +0000
+++ b/sys/sys/param.h Sun Jan 02 05:13:53 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.378 2010/12/27 10:58:27 martin Exp $ */
+/* $NetBSD: param.h,v 1.379 2011/01/02 05:13:53 dholland Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 599004200 /* NetBSD 5.99.42 */
+#define __NetBSD_Version__ 599004300 /* NetBSD 5.99.43 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index