From 75a57bf04a04e7cacbfc1279aa6c35f3f16775d1 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 28 Oct 2000 05:41:44 +0000 Subject: Whitespace cleanup. * configure.in: Eliminate subdir stuff. * configure: Regenerate. * include/getopt.h (option): Make name field 'const'. --- winsup/cygwin/lib/getopt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'winsup/cygwin/lib/getopt.c') diff --git a/winsup/cygwin/lib/getopt.c b/winsup/cygwin/lib/getopt.c index b09e133a6..da7ecfc76 100644 --- a/winsup/cygwin/lib/getopt.c +++ b/winsup/cygwin/lib/getopt.c @@ -40,7 +40,7 @@ int opterr = 1; /* if error message should be printed */ int optind = 1; /* index into parent argv vector */ int optopt; /* character checked for validity */ int optreset; /* reset getopt */ -char *optarg; /* argument associated with option */ +char *optarg; /* argument associated with option */ static char * __progname (char *); int getopt_internal (int, char * const *, const char *); @@ -268,7 +268,7 @@ int test_getopt_long(args, expected_result) actual_result[pass] = '\0'; return(strcmp(actual_result, expected_result)); - + } #if 0 -- cgit v1.2.3