mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 07:17:44 +00:00
storage: Fix build with older compilers afeter gluster snapshot series
In commit e32268184b
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.
This commit is contained in:
parent
3cf074ee40
commit
8d8b32b0da
@ -207,9 +207,6 @@ typedef int
|
||||
(*virStorageFileBackendStat)(virStorageFilePtr file,
|
||||
struct stat *st);
|
||||
|
||||
typedef struct _virStorageFileBackend virStorageFileBackend;
|
||||
typedef virStorageFileBackend *virStorageFileBackendPtr;
|
||||
|
||||
virStorageFileBackendPtr virStorageFileBackendForType(int type, int protocol);
|
||||
|
||||
struct _virStorageFileBackend {
|
||||
|
Loading…
Reference in New Issue
Block a user