summaryrefslogtreecommitdiffstats
path: root/usr.bin/quota
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/quota')
-rw-r--r--usr.bin/quota/quota.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/quota/quota.c b/usr.bin/quota/quota.c
index 6996359..4decd8b 100644
--- a/usr.bin/quota/quota.c
+++ b/usr.bin/quota/quota.c
@@ -112,8 +112,7 @@ main(int argc, char *argv[])
{
int ngroups;
gid_t mygid, gidset[NGROUPS];
- int i, gflag = 0, uflag = 0;
- char ch;
+ int i, ch, gflag = 0, uflag = 0;
while ((ch = getopt(argc, argv, "glquv")) != -1) {
switch(ch) {
OpenPOWER on IntegriCloud