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/include/getopt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'winsup/cygwin/include/getopt.h') diff --git a/winsup/cygwin/include/getopt.h b/winsup/cygwin/include/getopt.h index 851ac67e2..407a973ce 100644 --- a/winsup/cygwin/include/getopt.h +++ b/winsup/cygwin/include/getopt.h @@ -39,9 +39,9 @@ extern "C" { #endif struct option { - char * name; + const char *name; int has_arg; - int * flag; + int *flag; int val; }; -- cgit v1.2.3