Module Name: src
Committed By: haad
Date: Fri Jun 5 20:11:21 UTC 2009
Modified Files:
src/external/gpl2/lvm2/dist/include: dm-ioctl.h
Log Message:
Bump libdevmapper minor number, because of ioctl protocol change.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl2/lvm2/dist/include/dm-ioctl.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl2/lvm2/dist/include/dm-ioctl.h
diff -u src/external/gpl2/lvm2/dist/include/dm-ioctl.h:1.1.1.1 src/external/gpl2/lvm2/dist/include/dm-ioctl.h:1.2
--- src/external/gpl2/lvm2/dist/include/dm-ioctl.h:1.1.1.1 Mon Dec 22 00:18:43 2008
+++ src/external/gpl2/lvm2/dist/include/dm-ioctl.h Fri Jun 5 20:11:21 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: dm-ioctl.h,v 1.1.1.1 2008/12/22 00:18:43 haad Exp $ */
+/* $NetBSD: dm-ioctl.h,v 1.2 2009/06/05 20:11:21 haad Exp $ */
/*
* Copyright (C) 2001 - 2003 Sistina Software (UK) Limited.
@@ -260,7 +260,7 @@
#define DM_DEV_SET_GEOMETRY _IOWR(DM_IOCTL, DM_DEV_SET_GEOMETRY_CMD, struct dm_ioctl)
#define DM_VERSION_MAJOR 4
-#define DM_VERSION_MINOR 14
+#define DM_VERSION_MINOR 15
#define DM_VERSION_PATCHLEVEL 0
#define DM_VERSION_EXTRA "-ioctl (2008-04-23)"