Source-Changes-HG archive

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

[src/trunk]: src/sys/sys 6.99.13 - namei NDAT() change and pckbc_cnattach()



details:   https://anonhg.NetBSD.org/src/rev/d9b34f0fd884
branches:  trunk
changeset: 782042:d9b34f0fd884
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sat Oct 13 17:54:40 2012 +0000

description:
6.99.13 - namei NDAT() change and pckbc_cnattach()

diffstat:

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

diffs (18 lines):

diff -r 34a7ca83aefd -r d9b34f0fd884 sys/sys/param.h
--- a/sys/sys/param.h   Sat Oct 13 17:51:51 2012 +0000
+++ b/sys/sys/param.h   Sat Oct 13 17:54:40 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.420 2012/10/02 01:44:29 christos Exp $     */
+/*     $NetBSD: param.h,v 1.421 2012/10/13 17:54:40 dholland Exp $     */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      699001200       /* NetBSD 6.99.12 */
+#define        __NetBSD_Version__      699001300       /* NetBSD 6.99.13 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index