Module Name:    src
Committed By:   thorpej
Date:           Mon Jan 18 15:29:31 UTC 2021

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

Log Message:
NetBSD 9.99.78 -- signature of device_compatible_match() changed.


To generate a diff of this commit:
cvs rdiff -u -r1.681 -r1.682 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.681 src/sys/sys/param.h:1.682
--- src/sys/sys/param.h:1.681	Sat Dec  5 18:17:01 2020
+++ src/sys/sys/param.h	Mon Jan 18 15:29:31 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: param.h,v 1.681 2020/12/05 18:17:01 thorpej Exp $	*/
+/*	$NetBSD: param.h,v 1.682 2021/01/18 15:29:31 thorpej Exp $	*/
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
  *	2.99.9		(299000900)
  */
 
-#define	__NetBSD_Version__	999007700	/* NetBSD 9.99.77 */
+#define	__NetBSD_Version__	999007800	/* NetBSD 9.99.78 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)

Reply via email to