+Wed May 20 15:33:27 CEST 2009 Daniel Veillard <veillard@redhat.com>
+
+ * src/pci.c: small portability patch
+
Wed May 20 09:10:28 CEST 2009 Daniel Veillard <veillard@redhat.com>
* src/lxc_driver.c: fix a couple of error code, patch by
#include "util.h"
#include "virterror_internal.h"
+/* avoid compilation breakage on some systems */
+#ifndef MODPROBE
+#define MODPROBE "modprobe"
+#endif
+
#define PCI_SYSFS "/sys/bus/pci/"
#define PCI_ID_LEN 10 /* "XXXX XXXX" */
#define PCI_ADDR_LEN 13 /* "XXXX:XX:XX.X" */