Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Belated Condolonces on the loss of your m_devget() c...



details:   https://anonhg.NetBSD.org/src/rev/472661b23dbe
branches:  trunk
changeset: 445894:472661b23dbe
user:      kre <kre%NetBSD.org@localhost>
date:      Fri Nov 16 17:18:29 2018 +0000

description:
Belated Condolonces on the loss of your m_devget() copy argument.
In sympathy we offer you a welcome to 8.99.26

diffstat:

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

diffs (18 lines):

diff -r 45c1d9db4b78 -r 472661b23dbe sys/sys/param.h
--- a/sys/sys/param.h   Fri Nov 16 17:07:42 2018 +0000
+++ b/sys/sys/param.h   Fri Nov 16 17:18:29 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.570 2018/09/03 16:55:17 riastradh Exp $    */
+/*     $NetBSD: param.h,v 1.571 2018/11/16 17:18:29 kre Exp $  */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      899002500       /* NetBSD 8.99.25 */
+#define        __NetBSD_Version__      899002600       /* NetBSD 8.99.26 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index