Module Name:    src
Committed By:   skrll
Date:           Wed Sep  7 07:02:30 UTC 2016

Modified Files:
        src/sys/sys [netbsd-7-nhusb]: param.h

Log Message:
Correct comment after previous


To generate a diff of this commit:
cvs rdiff -u -r1.459.2.7.2.1 -r1.459.2.7.2.2 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.459.2.7.2.1 src/sys/sys/param.h:1.459.2.7.2.2
--- src/sys/sys/param.h:1.459.2.7.2.1	Wed Sep  7 07:01:56 2016
+++ src/sys/sys/param.h	Wed Sep  7 07:02:30 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: param.h,v 1.459.2.7.2.1 2016/09/07 07:01:56 skrll Exp $	*/
+/*	$NetBSD: param.h,v 1.459.2.7.2.2 2016/09/07 07:02:30 skrll Exp $	*/
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
  *	2.99.9		(299000900)
  */
 
-#define	__NetBSD_Version__	701000001	/* NetBSD 7.0_STABLE */
+#define	__NetBSD_Version__	701000001	/* NetBSD 7.1_STABLE */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)

Reply via email to