]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: fix build without posix_fallocate
authorEric Blake <eblake@redhat.com>
Thu, 6 Jun 2013 02:33:15 +0000 (20:33 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 6 Jun 2013 02:38:31 +0000 (20:38 -0600)
commite90a3598c79df141ee7fca5f669d841e049655f7
tree7dbdbda9cd70ef90b2dab642df6943842ccba82e
parent922ebe4ead4a30a6a94731d31b980d0eae113894
build: fix build without posix_fallocate

Such as on FreeBSD.  Broken in commit aa2a4cff7.

* src/util/virstoragefile.c (virStorageFileResize): Add missing ';',
mark conditionally unused variables.

Signed-off-by: Eric Blake <eblake@redhat.com>
src/util/virstoragefile.c