From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tobias Klauser Date: Thu, 17 Mar 2005 22:08:02 +0000 Subject: [PATCH] Fix header paths in udev_libc_wrapper.c Message-Id: <20050317220802.GA2032@neon> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org Hi, In udev_libc_wrapper.c the paths to the local header files are wrong. The attached patch fixes this. Thanks, Tobias --- udev-055.orig/udev_libc_wrapper.c 2005-03-17 22:56:05.294114208 +0100 +++ udev-055/udev_libc_wrapper.c 2005-03-17 22:59:04.173920344 +0100 @@ -27,10 +27,10 @@ #include #include -#include "../udev_libc_wrapper.h" -#include "../udev.h" -#include "../udev_utils.h" -#include "../logging.h" +#include "udev_libc_wrapper.h" +#include "udev.h" +#include "udev_utils.h" +#include "logging.h" #ifdef __KLIBC__ #define __OWN_USERDB_PARSER__ ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=click _______________________________________________ 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