No need to declare optind as an external int.

This commit is contained in:
David Malone 2002-09-04 21:16:51 +00:00
parent ef21d92fcf
commit 2698bbe2da
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=102941

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