* getfacl (main): Remove extern declaration of optind.
* setfacl (main): Remove extern declaration of optarg and optind.
This commit is contained in:
parent
bd79b736d4
commit
a5ba4027f4
|
@ -1,3 +1,8 @@
|
|||
2003-09-11 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* getfacl (main): Remove extern declaration of optind.
|
||||
* setfacl (main): Remove extern declaration of optarg and optind.
|
||||
|
||||
2003-09-10 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* Makefile.in (cygcheck.o): Use MINGW_CXX for compilation.
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -423,8 +423,6 @@ Compiled on %s\n\
|
|||
int
|
||||
main (int argc, char **argv)
|
||||
{
|
||||
extern char *optarg;
|
||||
extern int optind;
|
||||
int c;
|
||||
action_t action = NoAction;
|
||||
int ropt = 0;
|
||||
|
|
Loading…
Reference in New Issue