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 .56; NAME_MAX bump.



details:   https://anonhg.NetBSD.org/src/rev/1c9012da7504
branches:  trunk
changeset: 769955:1c9012da7504
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Sep 27 23:04:18 2011 +0000

description:
Welcome to .56; NAME_MAX bump.

diffstat:

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

diffs (18 lines):

diff -r db5a03c548f2 -r 1c9012da7504 sys/sys/param.h
--- a/sys/sys/param.h   Tue Sep 27 15:05:56 2011 +0000
+++ b/sys/sys/param.h   Tue Sep 27 23:04:18 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.394 2011/09/27 01:40:32 christos Exp $     */
+/*     $NetBSD: param.h,v 1.395 2011/09/27 23:04:18 christos Exp $     */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      599005500       /* NetBSD 5.99.55 */
+#define        __NetBSD_Version__      599005600       /* NetBSD 5.99.56 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index