Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2003-09-11 11:55:51 +0400
committerCorinna Vinschen <corinna@vinschen.de>2003-09-11 11:55:51 +0400
commita5ba4027f407e7f65172da83f3b4e0da09593913 (patch)
tree0214bb8ee8b6e5ba5ae20f6f68dff75d0163a4d5 /winsup/utils/getfacl.c
parentbd79b736d4f7d223f34850db9a0805455fc2b3db (diff)
* getfacl (main): Remove extern declaration of optind.
* setfacl (main): Remove extern declaration of optarg and optind.
Diffstat (limited to 'winsup/utils/getfacl.c')
-rw-r--r--winsup/utils/getfacl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/utils/getfacl.c b/winsup/utils/getfacl.c
index d9e245a31..a4a3e0df1 100644
--- a/winsup/utils/getfacl.c
+++ b/winsup/utils/getfacl.c
@@ -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;