mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
No need to declare optind as an external int.
This commit is contained in:
parent
ef21d92fcf
commit
2698bbe2da
1 changed files with 0 additions and 1 deletions
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue