1. Fix the 2.x quota autoconf test
2. Disable the 1.x RHEL quota autoconf test (don't have a system to verify the requirement on).
3. Fix indentation in quotactl01.c
4. Block off some quotactl constants that only exist on quota 2.x.
5. Add a check for geteuid() => root. This is required for quotactl; seems funny that the test fails with EADDR though instead of properly setting the errno to EPERM for quotactl(QUOTA_ON, ...).

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
2 files changed