Remove duplicate OPTFLAGS definition.

This commit is contained in:
Max Khon 2009-02-02 06:25:57 +00:00
parent 60b7f468da
commit 2121816903
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=188001

View File

@ -371,7 +371,6 @@ MainParseArgs(int argc, char **argv)
rearg:
optind = 1; /* since we're called more than once */
optreset = 1;
#define OPTFLAGS "ABC:D:E:I:PSV:Xd:ef:ij:km:nQpqrstvx:"
#define OPTFLAGS "ABC:D:d:E:ef:I:ij:km:nPpQqrSstV:vXx:"
for (;;) {
if ((optind < argc) && strcmp(argv[optind], "--") == 0) {