diff options
Diffstat (limited to 'usr.sbin/repquota/repquota.c')
-rw-r--r-- | usr.sbin/repquota/repquota.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/repquota/repquota.c b/usr.sbin/repquota/repquota.c index f4144821013..9a4cafcfe0e 100644 --- a/usr.sbin/repquota/repquota.c +++ b/usr.sbin/repquota/repquota.c @@ -77,8 +77,6 @@ main(int argc, char *argv[]) struct group *gr; int gflag = 0, uflag = 0, errs = 0; long i, argnum, done = 0; - extern char *optarg; - extern int optind; char *qfnp; int ch; |