+Thu Dec 18 11:50:58 GMT 2008 Daniel P. Berrange <berrange@redhat.com>
+
+ Misc daemon bug fixes (John Levon)
+ * qemud/qemud.c: Fix conditional for node devices
+ * qemud/remote.c: Remove unneccessary path.h include
+
Thu Dec 18 07:47:58 +0100 2008 Jim Meyering <meyering@redhat.com>
docs/virsh.pod: typo fix
#include <sys/stat.h>
#include <unistd.h>
#include <fcntl.h>
-#include <paths.h>
#include <limits.h>
#include <sys/socket.h>
#include <sys/un.h>
#ifdef WITH_STORAGE_DIR
storageRegister();
#endif
-#if defined(HAVE_HAL) || defined(HAVE_DEVKIT)
+#if defined(WITH_NODE_DEVICES) && \
+ (defined(HAVE_HAL) || defined(HAVE_DEVKIT))
nodedevRegister();
#endif
#ifdef WITH_QEMU