From c143c30d69d2ba57e098635e24c72d63089e7555 Mon Sep 17 00:00:00 2001 From: das Date: Tue, 5 Aug 2003 06:50:28 +0000 Subject: Remove redundant declarations. --- usr.bin/quota/quota.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'usr.bin/quota') diff --git a/usr.bin/quota/quota.c b/usr.bin/quota/quota.c index 21430e9..6996359 100644 --- a/usr.bin/quota/quota.c +++ b/usr.bin/quota/quota.c @@ -90,12 +90,10 @@ static struct quotause *getprivs(long id, int quotatype); static void usage(void); static void showuid(u_long uid); static void showgid(u_long gid); -static int alldigits(char *s); static void showusrname(char *name); static void showgrpname(char *name); static void showquotas(int type, u_long id, const char *name); static void heading(int type, u_long id, const char *name, const char *tag); -static struct quotause *getprivs(long id, int quotatype); static int ufshasquota(struct fstab *fs, int type, char **qfnamep); static int getufsquota(struct fstab *fs, struct quotause *qup, long id, int quotatype); -- cgit v1.1