This is the mail archive of the lvm2-cvs@sourceware.org mailing list for the LVM2 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

LVM2/lib/misc util.c


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	mbroz@sourceware.org	2007-07-23 10:41:19

Modified files:
	lib/misc       : util.c 

Log message:
	Fix compilation warning in util.c.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/misc/util.c.diff?cvsroot=lvm2&r1=1.1&r2=1.2

--- LVM2/lib/misc/util.c	2007/07/20 15:48:39	1.1
+++ LVM2/lib/misc/util.c	2007/07/23 10:41:19	1.2
@@ -16,6 +16,9 @@
  * Return the address of the last file name component of NAME.
  * If NAME ends in a slash, return the empty string.
  */
+
+#include "lib.h"
+
 char *last_path_component(char const *name)
 {
 	char const *slash = strrchr (name, '/');


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]