Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Addition of ec_ifmedia.



details:   https://anonhg.NetBSD.org/src/rev/ca1f81e1b1cc
branches:  trunk
changeset: 451627:ca1f81e1b1cc
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed May 29 10:09:01 2019 +0000

description:
Addition of ec_ifmedia.

Welcome to 8.99.42.

diffstat:

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

diffs (18 lines):

diff -r 9ea0950024c9 -r ca1f81e1b1cc sys/sys/param.h
--- a/sys/sys/param.h   Wed May 29 10:07:28 2019 +0000
+++ b/sys/sys/param.h   Wed May 29 10:09:01 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.589 2019/05/17 07:38:48 msaitoh Exp $      */
+/*     $NetBSD: param.h,v 1.590 2019/05/29 10:09:01 msaitoh Exp $      */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      899004100       /* NetBSD 8.99.41 */
+#define        __NetBSD_Version__      899004200       /* NetBSD 8.99.42 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index