]> xenbits.xensource.com Git - libvirt.git/commit
build: fix build on cygwin
authorEric Blake <eblake@redhat.com>
Fri, 30 Mar 2012 22:50:52 +0000 (16:50 -0600)
committerEric Blake <eblake@redhat.com>
Fri, 30 Mar 2012 22:51:41 +0000 (16:51 -0600)
commit87681495454f7f62173dd2c10adc7c26f23e6faf
treed303ff9360813f934a5cfb3f2ee6504980f3efb4
parent1012dc2933378640ac0ab1025a4fec2fc8c6f84c
build: fix build on cygwin

Regression introduced when we changed types in commit 3e2c3d8f6.

We've done this sort of cleanup before (see commit c685993d7).

* src/conf/storage_conf.c (virStoragePoolDefFormat)
(virStorageVolTargetDefFormat): Cast gid_t and uid_t.
src/conf/storage_conf.c