summaryrefslogtreecommitdiffstats
path: root/usr.bin/quota
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/quota')
-rw-r--r--usr.bin/quota/quota.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/quota/quota.c b/usr.bin/quota/quota.c
index 372d591..c03fb03 100644
--- a/usr.bin/quota/quota.c
+++ b/usr.bin/quota/quota.c
@@ -84,8 +84,8 @@ struct quotause {
};
#define FOUND 0x01
-static char *timeprt __P((time_t seconds));
-static struct quotause *getprivs __P((long id, int quotatype));
+static char *timeprt(time_t seconds);
+static struct quotause *getprivs(long id, int quotatype);
static void usage ();
static void showuid(u_long uid);
static void showgid(u_long gid);
OpenPOWER on IntegriCloud