From a5ba4027f407e7f65172da83f3b4e0da09593913 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 11 Sep 2003 07:55:51 +0000 Subject: * getfacl (main): Remove extern declaration of optind. * setfacl (main): Remove extern declaration of optarg and optind. --- winsup/utils/setfacl.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'winsup/utils/setfacl.c') diff --git a/winsup/utils/setfacl.c b/winsup/utils/setfacl.c index 734035ec0..996b5ec7f 100644 --- a/winsup/utils/setfacl.c +++ b/winsup/utils/setfacl.c @@ -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; -- cgit v1.2.3