Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6-1]: src/sys/sys This is 6.1.3_PATCH, not (yet) 6.1.4
details: https://anonhg.NetBSD.org/src/rev/de474db3b81a
branches: netbsd-6-1
changeset: 775916:de474db3b81a
user: bouyer <bouyer%NetBSD.org@localhost>
date: Mon Jan 27 21:32:03 2014 +0000
description:
This is 6.1.3_PATCH, not (yet) 6.1.4
diffstat:
sys/sys/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8e0327af30c5 -r de474db3b81a sys/sys/param.h
--- a/sys/sys/param.h Mon Jan 27 21:27:50 2014 +0000
+++ b/sys/sys/param.h Mon Jan 27 21:32:03 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.408.2.12.2.7 2014/01/27 21:27:50 bouyer Exp $ */
+/* $NetBSD: param.h,v 1.408.2.12.2.8 2014/01/27 21:32:03 bouyer Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 601000301 /* NetBSD 6.1.4 */
+#define __NetBSD_Version__ 601000301 /* NetBSD 6.1.3_PATCH */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index