Re: [libvirt] [PATCH] build: fix build without posix_fallocate

2013-06-05 Thread Eric Blake
On 06/05/2013 08:34 PM, Eric Blake wrote: > Such as on FreeBSD. Broken in commit aa2a4cff7 > > * src/util/virstoragefile.c (virStorageFileResize): Add missing ';'. > > Signed-off-by: Eric Blake > --- > > Pushing under the build-breaker rule. > > src/util/virstoragefile.c | 2 +- > 1 file cha

[libvirt] [PATCH] build: fix build without posix_fallocate

2013-06-05 Thread Eric Blake
Such as on FreeBSD. Broken in commit aa2a4cff7 * src/util/virstoragefile.c (virStorageFileResize): Add missing ';'. Signed-off-by: Eric Blake --- Pushing under the build-breaker rule. src/util/virstoragefile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/virst