No need to declare optind as an external int.

This commit is contained in:
dwmalone 2002-09-04 21:16:51 +00:00
parent 1f58f0ce9d
commit abb26c53dd

View File

@ -730,7 +730,6 @@ int
main(int argc, char **argv)
{
int opt;
extern int optind;
if ((uid = getuid()) == 0) {
fprintf(stderr, "don't run %s as root, use:\n echo", argv[0]);