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 9.99.11



details:   https://anonhg.NetBSD.org/src/rev/539be5589216
branches:  trunk
changeset: 459348:539be5589216
user:      kamil <kamil%NetBSD.org@localhost>
date:      Thu Sep 05 22:29:59 2019 +0000

description:
Welcome to 9.99.11

struct in6_addr ABI revert to the previous layout.

diffstat:

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

diffs (18 lines):

diff -r 0cbfe78851ec -r 539be5589216 sys/sys/param.h
--- a/sys/sys/param.h   Thu Sep 05 21:29:22 2019 +0000
+++ b/sys/sys/param.h   Thu Sep 05 22:29:59 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.610 2019/08/20 12:33:04 riastradh Exp $    */
+/*     $NetBSD: param.h,v 1.611 2019/09/05 22:29:59 kamil Exp $        */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      999001000       /* NetBSD 9.99.10 */
+#define        __NetBSD_Version__      999001100       /* NetBSD 9.99.11 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index