diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-07-27 20:34:37 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-07-27 20:34:37 +0000 |
commit | 078253af8b9273a3cd3303ffa535f76e3260ac17 (patch) | |
tree | 5411e5337586aceb81ad2f64e4b31ea0f65e0c53 /usr.sbin/quotaon | |
parent | 8303d75019d73ec9a16cd4b93b922fc1d9859743 (diff) |
Wall cleanup
Diffstat (limited to 'usr.sbin/quotaon')
-rw-r--r-- | usr.sbin/quotaon/quotaon.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/quotaon/quotaon.c b/usr.sbin/quotaon/quotaon.c index 8e77faefeb6..c45f140d979 100644 --- a/usr.sbin/quotaon/quotaon.c +++ b/usr.sbin/quotaon/quotaon.c @@ -42,7 +42,7 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "from: @(#)quotaon.c 8.1 (Berkeley) 6/6/93";*/ -static char *rcsid = "$Id: quotaon.c,v 1.10 1997/06/22 06:09:02 deraadt Exp $"; +static char *rcsid = "$Id: quotaon.c,v 1.11 2001/07/27 20:34:36 pvalchev Exp $"; #endif /* not lint */ /* @@ -72,7 +72,6 @@ main(argc, argv) char *qfnp, *whoami; long argnum, done = 0; int i, offmode = 0, errs = 0; - extern char *optarg; extern int optind; int ch; |