Since optind=0 has a special meaning for GNU getopt compatibility,
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Tue, 5 Apr 2005 07:55:02 +0000 (07:55 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Tue, 5 Apr 2005 07:55:02 +0000 (07:55 +0000)
commitef844d51bbaf5150054431745989b6ac0a38e8ea
treeefa4f5c7880bbd74e7d6216c817f72e2f3c50d9e
parent41414e9056f4a3f5a2a0f0fe8db9baa77368380d
Since optind=0 has a special meaning for GNU getopt compatibility,
always use optind=1 and increment argc / decrement argv beforehand.
usr.bin/make/main.c