* getfacl (main): Remove extern declaration of optind.

* setfacl (main): Remove extern declaration of optarg and optind.
This commit is contained in:
Corinna Vinschen
2003-09-11 07:55:51 +00:00
parent bd79b736d4
commit a5ba4027f4
3 changed files with 5 additions and 3 deletions

View File

@@ -143,7 +143,6 @@ Compiled on %s\n\
int
main (int argc, char **argv)
{
extern int optind;
int c, i;
int aopt = 0;
int dopt = 0;