On Fri, Jun 15, 2007 at 04:00:01PM +0100, Richard W.M. Jones wrote:
Mark Johnson wrote:
>updated header file patch attached. This one is much nicer. :-)
I think that's fine, except that I will change:
+#ifdef __linux__
#include <paths.h>
+#endif
to:
+#ifdef HAVE_PATHS_H
#include <paths.h>
+#endif
and add the appropriate detection to configure.in. If everyone else is
happy with that then I can commit it.
+1
Daniel
--
Red Hat Virtualization group
http://redhat.com/virtualization/
Daniel Veillard | virtualization library
http://libvirt.org/
veillard(a)redhat.com | libxml GNOME XML XSLT toolkit
http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine
http://rpmfind.net/