Module Name:    src
Committed By:   ozaki-r
Date:           Thu Nov 16 10:40:30 UTC 2017

Modified Files:
        src/sys/sys: param.h

Log Message:
Bump kernel version for IFEF_MPSAFE

Welcome to 8.99.7


To generate a diff of this commit:
cvs rdiff -u -r1.551 -r1.552 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.551 src/sys/sys/param.h:1.552
--- src/sys/sys/param.h:1.551	Sun Nov 12 19:46:06 2017
+++ src/sys/sys/param.h	Thu Nov 16 10:40:29 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: param.h,v 1.551 2017/11/12 19:46:06 riastradh Exp $	*/
+/*	$NetBSD: param.h,v 1.552 2017/11/16 10:40:29 ozaki-r Exp $	*/
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
  *	2.99.9		(299000900)
  */
 
-#define	__NetBSD_Version__	899000600	/* NetBSD 8.99.6 */
+#define	__NetBSD_Version__	899000700	/* NetBSD 8.99.7 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)

Reply via email to