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/libdm libdm-common.c


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	prajnoha@sourceware.org	2009-09-11 15:57:51

Modified files:
	libdm          : libdm-common.c 

Log message:
	Add one define that is necessary for older (experimental) libudev to work.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/libdm/libdm-common.c.diff?cvsroot=lvm2&r1=1.78&r2=1.79

--- LVM2/libdm/libdm-common.c	2009/09/11 15:56:07	1.78
+++ LVM2/libdm/libdm-common.c	2009/09/11 15:57:51	1.79
@@ -29,6 +29,7 @@
 #  include <sys/ipc.h>
 #  include <sys/sem.h>
 #ifdef HAVE_UDEV_QUEUE_GET_UDEV_IS_ACTIVE
+#  define LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE
 #  include <libudev.h>
 #endif
 #endif


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