Source-Changes-HG archive

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

[src/trunk]: src/sys/sys 9.99.73 welcomes SIOCGNBRINFO



details:   https://anonhg.NetBSD.org/src/rev/62d92556a7bc
branches:  trunk
changeset: 938843:62d92556a7bc
user:      roy <roy%NetBSD.org@localhost>
date:      Wed Sep 16 13:42:05 2020 +0000

description:
9.99.73 welcomes SIOCGNBRINFO

diffstat:

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

diffs (18 lines):

diff -r 870c63ad19fe -r 62d92556a7bc sys/sys/param.h
--- a/sys/sys/param.h   Wed Sep 16 10:02:22 2020 +0000
+++ b/sys/sys/param.h   Wed Sep 16 13:42:05 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.675 2020/08/28 07:29:12 ozaki-r Exp $      */
+/*     $NetBSD: param.h,v 1.676 2020/09/16 13:42:05 roy Exp $  */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      999007200       /* NetBSD 9.99.72 */
+#define        __NetBSD_Version__      999007300       /* NetBSD 9.99.73 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index