]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cygwin: Check explicitly for getmntent_r
authorMatthias Bolte <matthias.bolte@googlemail.com>
Fri, 23 Apr 2010 09:34:17 +0000 (11:34 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Fri, 23 Apr 2010 18:15:53 +0000 (20:15 +0200)
commit40648b156bc116c8d4e71baac9c33c4c7c665fe1
tree22e768d90ff945f8ae0f59875206ac51dd7781d4
parentd1be0aefa94193859a9b97d60a831252d90e3c1e
cygwin: Check explicitly for getmntent_r

Cygwin has mntent.h but lacks getmntent_r. Update preprocessor
checks to catch this combination.
src/qemu/qemu_conf.c
src/util/cgroup.c
src/util/util.c