You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
342 B

  1. --- a/quota.h
  2. +++ b/quota.h
  3. @@ -1,7 +1,6 @@
  4. #ifndef GUARD_QUOTA_H
  5. #define GUARD_QUOTA_H
  6. -#include <sys/cdefs.h>
  7. #include <sys/types.h>
  8. #include <stdint.h>
  9. @@ -182,6 +181,6 @@ enum {
  10. #endif
  11. #endif
  12. -long quotactl __P((int, const char *, qid_t, caddr_t));
  13. +long quotactl (int, const char *, qid_t, caddr_t);
  14. #endif /* _QUOTA_ */