No need to declare optind as an external int.

This commit is contained in:
dwmalone 2002-09-04 21:16:51 +00:00
parent 6eed038d3c
commit 79f10f5bea

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]);