提交 0dbcac65 编写于 作者: D Daniel Veillard

* src/storage_backend_fs.c: Make mntent.h specific to the FS storage

  backend, patch by John Levon
daniel
上级 34ac4c1f
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
......
......@@ -31,7 +31,6 @@
#include <errno.h>
#include <fcntl.h>
#include <unistd.h>
#include <mntent.h>
#include <string.h>
#include <libxml/parser.h>
......@@ -242,6 +241,9 @@ static int virStorageBackendProbeFile(virConnectPtr conn,
}
#if WITH_STORAGE_FS
#include <mntent.h>
struct _virNetfsDiscoverState {
const char *host;
virStoragePoolSourceList list;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册