Module Name:    src
Committed By:   ad
Date:           Sat Dec 21 15:12:34 UTC 2019

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

Log Message:
NetBSD 9.99.28 - cpu_data & UVM changes.


To generate a diff of this commit:
cvs rdiff -u -r1.628 -r1.629 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.628 src/sys/sys/param.h:1.629
--- src/sys/sys/param.h:1.628	Fri Dec 20 21:13:48 2019
+++ src/sys/sys/param.h	Sat Dec 21 15:12:34 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: param.h,v 1.628 2019/12/20 21:13:48 ad Exp $	*/
+/*	$NetBSD: param.h,v 1.629 2019/12/21 15:12:34 ad Exp $	*/
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
  *	2.99.9		(299000900)
  */
 
-#define	__NetBSD_Version__	999002700	/* NetBSD 9.99.27 */
+#define	__NetBSD_Version__	999002800	/* NetBSD 9.99.28 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)

Reply via email to