]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
virt-host-validate: disable mntent code on Win32
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 12 Oct 2015 13:33:04 +0000 (14:33 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 12 Oct 2015 13:37:37 +0000 (14:37 +0100)
commit09a7a340769d83b74f320a4e561ee4644f669180
tree70c1dddabfb10124197517a44d46702dc08a1f94
parent9bf595b1724671332f4e0195ca96a88c1a5dba73
virt-host-validate: disable mntent code on Win32

Win32 does not have support for mntent.h header, so the
method which uses this must be stubbed out.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
tools/virt-host-validate-common.c