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/sigproc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/sigproc.h') diff --git a/winsup/cygwin/sigproc.h b/winsup/cygwin/sigproc.h index 2fc623dc8..5a8e808fc 100644 --- a/winsup/cygwin/sigproc.h +++ b/winsup/cygwin/sigproc.h @@ -10,7 +10,7 @@ details. */ #include -#define EXIT_SIGNAL 0x010000 +#define EXIT_SIGNAL 0x010000 #define EXIT_REPARENTING 0x020000 #define EXIT_NOCLOSEALL 0x040000 -- cgit v1.2.3