]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: fix mingw virCommand build
authorEric Blake <eblake@redhat.com>
Sat, 7 Jan 2012 00:32:39 +0000 (17:32 -0700)
committerEric Blake <eblake@redhat.com>
Sat, 7 Jan 2012 00:34:05 +0000 (17:34 -0700)
commit03ea5673273550bc566fbabab8e3cf187dc23fe0
tree56884592da4a5fe5518eea3bbe2eb2e456b1e619
parent74ff57506c762f7c1f2bdbcce55f6d620687caab
build: fix mingw virCommand build

Commit db371a2 mistakenly added new functions inside a #ifndef WIN32
guard, even though they are needed on all platforms.

* src/util/command.c (virCommandFDSet): Move outside WIN32
conditional.
src/util/command.c