Module Name: src
Committed By: kre
Date: Fri Nov 16 17:18:29 UTC 2018
Modified Files:
src/sys/sys: param.h
Log Message:
Belated Condolonces on the loss of your m_devget() copy argument.
In sympathy we offer you a welcome to 8.99.26
To generate a diff of this commit:
cvs rdiff -u -r1.570 -r1.571 src/sys/sys/param.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/param.h
diff -u src/sys/sys/param.h:1.570 src/sys/sys/param.h:1.571
--- src/sys/sys/param.h:1.570 Mon Sep 3 16:55:17 2018
+++ src/sys/sys/param.h Fri Nov 16 17:18:29 2018
@@ -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__)