1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 01:55:10 +03:00

Standardise protective include file #defines.

This commit is contained in:
Alasdair Kergon 2007-04-27 19:07:43 +00:00
parent e6edd1d7af
commit 42c798229f
5 changed files with 9 additions and 8 deletions

View File

@ -1,5 +1,6 @@
Version 1.02.19 -
====================================
Standardise protective include file #defines.
Add regex functions to library.
Avoid trailing separator in reports when there are hidden sort fields.
Fix segfault in 'dmsetup status' without --showkeys against crypt target.

View File

@ -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"

View File

@ -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;

View File

@ -13,8 +13,8 @@
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _LVM_DBG_MALLOC_H
#define _LVM_DBG_MALLOC_H
#ifndef _DM_DBG_MALLOC_H
#define _DM_DBG_MALLOC_H
#include <stdlib.h>
#include <string.h>

View File

@ -13,8 +13,8 @@
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _LVM_POOL_H
#define _LVM_POOL_H
#ifndef _DM_POOL_H
#define _DM_POOL_H
#include <string.h>
#include <stdlib.h>