]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: Fix build with older compilers afeter gluster snapshot series
authorPeter Krempa <pkrempa@redhat.com>
Fri, 14 Feb 2014 10:46:37 +0000 (11:46 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 14 Feb 2014 10:46:37 +0000 (11:46 +0100)
commit8d8b32b0da7f4d1107a14c3892873b3c7f858389
tree6cd21810ee4b96fdb81e4c01e12bf1f9320f0242
parent3cf074ee40b4df4123732a1591aa3b4308e9c634
storage: Fix build with older compilers afeter gluster snapshot series

In commit e32268184b4fd1611ed5ffd3c758b8f6a34152e6 I accidentally added
twice a typedef for virStorageFileBackend when I moved it between files
across patch iterations. The double declaration breaks build on older
compilers in RHEL5 and FreeBSD.

Remove the spurious definition.
src/storage/storage_backend.h