Module Name:    src
Committed By:   rtr
Date:           Thu May 21 22:24:24 UTC 2015

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

Log Message:
bump to 7.99.18 for change to nfs_boot_sendrecv


To generate a diff of this commit:
cvs rdiff -u -r1.479 -r1.480 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.479 src/sys/sys/param.h:1.480
--- src/sys/sys/param.h:1.479	Mon May 18 06:42:34 2015
+++ src/sys/sys/param.h	Thu May 21 22:24:24 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: param.h,v 1.479 2015/05/18 06:42:34 martin Exp $	*/
+/*	$NetBSD: param.h,v 1.480 2015/05/21 22:24:24 rtr Exp $	*/
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
  *	2.99.9		(299000900)
  */
 
-#define	__NetBSD_Version__	799001700	/* NetBSD 7.99.17 */
+#define	__NetBSD_Version__	799001800	/* NetBSD 7.99.18 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)

Reply via email to