From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Date: Mon, 26 Jan 2004 23:56:17 +0000 Subject: Re: [ANNOUNCE] udev 015 release Message-Id: <20040126235617.GC7535@kroah.com> List-Id: References: <20040126215036.GA6906@kroah.com> In-Reply-To: <20040126215036.GA6906@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org On Mon, Jan 26, 2004 at 11:15:39PM +0100, Tomasz Torcz wrote: > On Mon, Jan 26, 2004 at 01:50:36PM -0800, Greg KH wrote: > > I've released the 015 version of udev. It can be found at: > > Great, 15 minuts after I've installed 014 ;-) > > 014 and 015 errors for me when made with 'make USE_DBUS=true': Here's a patch to fix this. I've never tested the DBUS stuff before, so had to go install the latest packages... Sorry about that. greg k-h # allow dbus code to actually build again. diff -Nru a/udev_dbus.c b/udev_dbus.c --- a/udev_dbus.c Mon Jan 26 15:54:56 2004 +++ b/udev_dbus.c Mon Jan 26 15:54:56 2004 @@ -12,6 +12,7 @@ #include "udev.h" #include "udev_version.h" #include "udev_dbus.h" +#include "logging.h" /** variable for the connection the to system message bus or #NULL ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel