Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Struct tcpcb was extended with three new fields, the...



details:   https://anonhg.NetBSD.org/src/rev/48c9252f96f5
branches:  trunk
changeset: 336142:48c9252f96f5
user:      he <he%NetBSD.org@localhost>
date:      Sat Feb 14 12:59:02 2015 +0000

description:
Struct tcpcb was extended with three new fields, therefore
welcome to NetBSD 7.99.5.

diffstat:

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

diffs (18 lines):

diff -r bda78a1ad8d7 -r 48c9252f96f5 sys/sys/param.h
--- a/sys/sys/param.h   Sat Feb 14 12:57:52 2015 +0000
+++ b/sys/sys/param.h   Sat Feb 14 12:59:02 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.464 2014/12/31 19:52:06 christos Exp $     */
+/*     $NetBSD: param.h,v 1.465 2015/02/14 12:59:02 he Exp $   */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      799000400       /* NetBSD 7.99.4 */
+#define        __NetBSD_Version__      799000500       /* NetBSD 7.99.5 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index