https://sourceforge.net/p/linuxquota/code/ci/1959f3768a284315250acd4d17a9f5ef0b8ea189/tree/quota.h?diff=43b6e31f39edbe7de4f4feeef4d0cf6be093e021 https://bugs.gentoo.org/713390 --- a/quota.h +++ b/quota.h @@ -1,7 +1,6 @@ #ifndef GUARD_QUOTA_H #define GUARD_QUOTA_H -#include #include #include @@ -182,6 +181,6 @@ #endif #endif -long quotactl __P((int, const char *, qid_t, caddr_t)); +long quotactl(int, const char *, qid_t, caddr_t); #endif /* _QUOTA_ */