Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Welcome to 6.99.10 (bump for cache_enter and lwp_t c...



details:   https://anonhg.NetBSD.org/src/rev/304ad88f052d
branches:  trunk
changeset: 780415:304ad88f052d
user:      rmind <rmind%NetBSD.org@localhost>
date:      Sun Jul 22 22:44:28 2012 +0000

description:
Welcome to 6.99.10 (bump for cache_enter and lwp_t changes).

diffstat:

 sys/sys/param.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b25952100800 -r 304ad88f052d sys/sys/param.h
--- a/sys/sys/param.h   Sun Jul 22 22:40:18 2012 +0000
+++ b/sys/sys/param.h   Sun Jul 22 22:44:28 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.417 2012/07/15 10:55:27 dsl Exp $  */
+/*     $NetBSD: param.h,v 1.418 2012/07/22 22:44:28 rmind Exp $        */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      699000900       /* NetBSD 6.99.9 */
+#define        __NetBSD_Version__      699001000       /* NetBSD 6.99.10 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index