Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Welcome 2.99.15 (domain link sets).
details: https://anonhg.NetBSD.org/src/rev/24e33d543e7f
branches: trunk
changeset: 573243:24e33d543e7f
user: matt <matt%NetBSD.org@localhost>
date: Sun Jan 23 18:44:44 2005 +0000
description:
Welcome 2.99.15 (domain link sets).
diffstat:
sys/sys/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r cb5f94039f3e -r 24e33d543e7f sys/sys/param.h
--- a/sys/sys/param.h Sun Jan 23 18:41:56 2005 +0000
+++ b/sys/sys/param.h Sun Jan 23 18:44:44 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.208 2005/01/13 11:53:34 yamt Exp $ */
+/* $NetBSD: param.h,v 1.209 2005/01/23 18:44:44 matt Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 299001400 /* NetBSD 2.99.14 */
+#define __NetBSD_Version__ 299001500 /* NetBSD 2.99.15 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) >= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index