public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
* LVM2/liblvm lvm2app.h lvm_base.c
@ 2009-07-29 18:38 wysochanski
  0 siblings, 0 replies; only message in thread
From: wysochanski @ 2009-07-29 18:38 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	wysochanski@sourceware.org	2009-07-29 18:38:27

Modified files:
	liblvm         : lvm2app.h lvm_base.c 

Log message:
	Don't include lvm-version.h in exported liblvm file!
	
	Move include of lvm-version.h into lvm_base.c where it belongs.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/liblvm/lvm2app.h.diff?cvsroot=lvm2&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/liblvm/lvm_base.c.diff?cvsroot=lvm2&r1=1.12&r2=1.13

--- LVM2/liblvm/lvm2app.h	2009/07/29 13:26:01	1.1
+++ LVM2/liblvm/lvm2app.h	2009/07/29 18:38:27	1.2
@@ -14,7 +14,6 @@
 #ifndef _LIB_LVM2APP_H
 #define _LIB_LVM2APP_H
 
-#include "lvm-version.h"
 #include "libdevmapper.h"
 
 #include <stdint.h>
--- LVM2/liblvm/lvm_base.c	2009/07/29 13:26:01	1.12
+++ LVM2/liblvm/lvm_base.c	2009/07/29 18:38:27	1.13
@@ -16,6 +16,7 @@
 #include "lvm2app.h"
 #include "toolcontext.h"
 #include "locking.h"
+#include "lvm-version.h"
 
 const char *lvm_library_get_version(void)
 {


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-07-29 18:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-29 18:38 LVM2/liblvm lvm2app.h lvm_base.c wysochanski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).