Fix building for XFS (#2192)

This commit is contained in:
Noobsai 2021-11-18 22:07:42 +05:00 committed by GitHub
parent a79a868257
commit 0eca3b3c6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;