summaryrefslogtreecommitdiffstats
path: root/libdm/datastruct
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2007-04-27 19:07:43 +0000
committerAlasdair Kergon <agk@redhat.com>2007-04-27 19:07:43 +0000
commit42c798229fcff4014651901772ad99c42c5c0c52 (patch)
tree0dc4ee4ebccff8c21674f461160216078f888f38 /libdm/datastruct
parente6edd1d7af3f1534766ea4eb32a8eba4d323d848 (diff)
downloadlvm2-42c798229fcff4014651901772ad99c42c5c0c52.tar.gz
lvm2-42c798229fcff4014651901772ad99c42c5c0c52.tar.xz
lvm2-42c798229fcff4014651901772ad99c42c5c0c52.zip
Standardise protective include file #defines.
Diffstat (limited to 'libdm/datastruct')
-rw-r--r--libdm/datastruct/bitset.h4
-rw-r--r--libdm/datastruct/hash.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/libdm/datastruct/bitset.h b/libdm/datastruct/bitset.h
index 939e4932..bb7924ec 100644
--- a/libdm/datastruct/bitset.h
+++ b/libdm/datastruct/bitset.h
@@ -13,8 +13,8 @@
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _LVM_BITSET_H
-#define _LVM_BITSET_H
+#ifndef _DM_BITSET_H
+#define _DM_BITSET_H
#include "pool.h"
diff --git a/libdm/datastruct/hash.h b/libdm/datastruct/hash.h
index 0f745e53..13b7c862 100644
--- a/libdm/datastruct/hash.h
+++ b/libdm/datastruct/hash.h
@@ -13,8 +13,8 @@
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _LVM_HASH_H
-#define _LVM_HASH_H
+#ifndef _DM_HASH_H
+#define _DM_HASH_H
struct hash_table;
struct hash_node;