Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys 6.99.49: new discard dev ops and new fallocate/fdisc...
details: https://anonhg.NetBSD.org/src/rev/abfa684277dd
branches: trunk
changeset: 797680:abfa684277dd
user: dholland <dholland%NetBSD.org@localhost>
date: Fri Jul 25 08:35:40 2014 +0000
description:
6.99.49: new discard dev ops and new fallocate/fdiscard vops
diffstat:
sys/sys/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r caf0c9d69014 -r abfa684277dd sys/sys/param.h
--- a/sys/sys/param.h Fri Jul 25 08:34:48 2014 +0000
+++ b/sys/sys/param.h Fri Jul 25 08:35:40 2014 +0000
@@ -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__)
Home |
Main Index |
Thread Index |
Old Index