mirror of
https://github.com/transmission/transmission
synced 2025-02-21 21:57:01 +00:00
Fix building for XFS (#2192)
This commit is contained in:
parent
a79a868257
commit
0eca3b3c6c
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ static struct tr_disk_space getquota(char const* device)
|
|||
|
||||
#ifdef HAVE_XQM
|
||||
|
||||
static struct tr_disk_space getxfsquota(char* device)
|
||||
static struct tr_disk_space getxfsquota(char const* device)
|
||||
{
|
||||
struct tr_disk_space disk_space = { -1, -1 };
|
||||
struct fs_disk_quota dq;
|
||||
|
|
Loading…
Reference in a new issue