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.28; no more CIRCLEQ in the kernel.



details:   https://anonhg.NetBSD.org/src/rev/5fd2006f7d3d
branches:  trunk
changeset: 791604:5fd2006f7d3d
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Nov 25 03:03:41 2013 +0000

description:
Welcome to 6.99.28; no more CIRCLEQ in the kernel.

diffstat:

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

diffs (18 lines):

diff -r 4f021e018b19 -r 5fd2006f7d3d sys/sys/param.h
--- a/sys/sys/param.h   Mon Nov 25 03:02:57 2013 +0000
+++ b/sys/sys/param.h   Mon Nov 25 03:03:41 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.436 2013/11/14 04:27:50 christos Exp $     */
+/*     $NetBSD: param.h,v 1.437 2013/11/25 03:03:41 christos Exp $     */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      699002700       /* NetBSD 6.99.27 */
+#define        __NetBSD_Version__      699002800       /* NetBSD 6.99.28 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index