Module Name: src
Committed By: haad
Date: Sun Dec 6 14:31:16 UTC 2009
Modified Files:
src/sys/dev/dm: dm.h
Log Message:
Make our driver version equal to linux driver.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/dm/dm.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/dev/dm/dm.h
diff -u src/sys/dev/dm/dm.h:1.15 src/sys/dev/dm/dm.h:1.16
--- src/sys/dev/dm/dm.h:1.15 Tue Dec 1 23:12:09 2009
+++ src/sys/dev/dm/dm.h Sun Dec 6 14:31:16 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: dm.h,v 1.15 2009/12/01 23:12:09 haad Exp $ */
+/* $NetBSD: dm.h,v 1.16 2009/12/06 14:31:16 haad Exp $ */
/*
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -51,8 +51,9 @@
#define DM_NAME_LEN 128
#define DM_UUID_LEN 129
-#define DM_VERSION_MAJOR 6
-#define DM_VERSION_MINOR 15
+#define DM_VERSION_MAJOR 4
+#define DM_VERSION_MINOR 16
+
#define DM_VERSION_PATCHLEVEL 0
/*** Internal device-mapper structures ***/