[lvm-devel] LVM2/lib/metadata lv_alloc.h

zkabelac at sourceware.org zkabelac at sourceware.org
Wed Jan 25 22:37:49 UTC 2012


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac at sourceware.org	2012-01-25 22:37:48

Modified files:
	lib/metadata   : lv_alloc.h 

Log message:
	Set missing header define

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/metadata/lv_alloc.h.diff?cvsroot=lvm2&r1=1.31&r2=1.32

--- LVM2/lib/metadata/lv_alloc.h	2011/10/23 16:02:02	1.31
+++ LVM2/lib/metadata/lv_alloc.h	2012/01/25 22:37:48	1.32
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2003-2004 Sistina Software, Inc. All rights reserved.  
- * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2004-2012 Red Hat, Inc. All rights reserved.
  *
  * This file is part of LVM2.
  *
@@ -14,6 +14,7 @@
  */
 
 #ifndef _LVM_LV_ALLOC_H
+#define _LVM_LV_ALLOC_H
 
 struct lv_segment *alloc_lv_segment(const struct segment_type *segtype,
 				    struct logical_volume *lv,




More information about the lvm-devel mailing list