Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/test-nextquota: fix build failure with glibc 2.24
glibc 2.24 defines Q_GETNEXTQUOTA but not `struct nextdqblk`. We need to define it ourselves, but let's give it a hacky name that won't cause another build error when the definition is added to glibc. Signed-off-by: Omar Sandoval <osandov@fb.com> Reviewed-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
- Loading branch information