From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11337 invoked by alias); 11 Sep 2009 15:57:53 -0000 Received: (qmail 11318 invoked by uid 9796); 11 Sep 2009 15:57:52 -0000 Date: Fri, 11 Sep 2009 15:57:00 -0000 Message-ID: <20090911155752.11316.qmail@sourceware.org> From: prajnoha@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2/libdm libdm-common.c Mailing-List: contact lvm2-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: lvm2-cvs-owner@sourceware.org X-SW-Source: 2009-09/txt/msg00040.txt.bz2 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 # include #ifdef HAVE_UDEV_QUEUE_GET_UDEV_IS_ACTIVE +# define LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE # include #endif #endif