Source-Changes-HG archive

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

[src/trunk]: src/sys/sys 5.99.19: need new nfs modules.



details:   https://anonhg.NetBSD.org/src/rev/73841540f995
branches:  trunk
changeset: 747696:73841540f995
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun Sep 27 17:25:25 2009 +0000

description:
5.99.19: need new nfs modules.

diffstat:

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

diffs (18 lines):

diff -r 1f668b68671e -r 73841540f995 sys/sys/param.h
--- a/sys/sys/param.h   Sun Sep 27 17:25:01 2009 +0000
+++ b/sys/sys/param.h   Sun Sep 27 17:25:25 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.353 2009/09/18 15:07:10 dyoung Exp $       */
+/*     $NetBSD: param.h,v 1.354 2009/09/27 17:25:25 dholland Exp $     */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      599001800       /* NetBSD 5.99.18 */
+#define        __NetBSD_Version__      599001900       /* NetBSD 5.99.19 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index