Module Name:    src
Committed By:   dholland
Date:           Fri Jul 25 08:35:40 UTC 2014

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

Log Message:
6.99.49: new discard dev ops and new fallocate/fdiscard vops


To generate a diff of this commit:
cvs rdiff -u -r1.458 -r1.459 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.458 src/sys/sys/param.h:1.459
--- src/sys/sys/param.h:1.458	Thu Jul 24 15:12:03 2014
+++ src/sys/sys/param.h	Fri Jul 25 08:35:40 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: param.h,v 1.458 2014/07/24 15:12:03 rtr Exp $	*/
+/*	$NetBSD: param.h,v 1.459 2014/07/25 08:35:40 dholland Exp $	*/
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
  *	2.99.9		(299000900)
  */
 
-#define	__NetBSD_Version__	699004800	/* NetBSD 6.99.48 */
+#define	__NetBSD_Version__	699004900	/* NetBSD 6.99.49 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)

Reply via email to