backend, patch by John Levon
daniel
+Tue Jan 6 09:42:34 CET 2009 Daniel Veillard <veillard@redhat.com>
+
+ * src/storage_backend_fs.c: Make mntent.h specific to the FS storage
+ backend, patch by John Levon
+
Mon Jan 5 2009 14:53:48 CET John Levon <john.levon@sun.com>
split up linker script, as described below and in
#include <errno.h>
#include <fcntl.h>
#include <unistd.h>
-#include <mntent.h>
#include <string.h>
#include <libxml/parser.h>
}
#if WITH_STORAGE_FS
+
+#include <mntent.h>
+
struct _virNetfsDiscoverState {
const char *host;
virStoragePoolSourceList list;