]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virutil: fix MinGW build
authorPavel Hrdina <phrdina@redhat.com>
Tue, 3 Feb 2015 13:20:25 +0000 (14:20 +0100)
committerPavel Hrdina <phrdina@redhat.com>
Tue, 3 Feb 2015 15:37:01 +0000 (16:37 +0100)
commit47dd6c433500b1ed6535d63bc30ee38e2d3d57a6
treec0473e8f9f13c5c4a8905c8364e36d8a7fad13ea
parent8bda90352848513b255f9a17ce734c4650acfa4d
virutil: fix MinGW build

Commit b38da584 introduced two new functions to get a page size but it
won't work on Windows. We should take care of this.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
src/util/virutil.c