summaryrefslogtreecommitdiff
path: root/usr.bin/quota
diff options
context:
space:
mode:
authorDavid Schultz <das@FreeBSD.org>2003-08-05 06:50:28 +0000
committerDavid Schultz <das@FreeBSD.org>2003-08-05 06:50:28 +0000
commit09a6b6c3dbeb73dfba49fd1f6953f0363c3bd2f2 (patch)
tree6d9e30714516d0fc5a91f48640df8afb10ec3823 /usr.bin/quota
parent923e62f953204e35834809a671eef19c09245d7e (diff)
downloadsrc-test2-09a6b6c3dbeb73dfba49fd1f6953f0363c3bd2f2.tar.gz
src-test2-09a6b6c3dbeb73dfba49fd1f6953f0363c3bd2f2.zip
Remove redundant declarations.
Notes
Notes: svn path=/head/; revision=118465
Diffstat (limited to 'usr.bin/quota')
-rw-r--r--usr.bin/quota/quota.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/quota/quota.c b/usr.bin/quota/quota.c
index 21430e98e5de..69963593c71e 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);