From 2bfdb22e236bbf11f46b974ef7c00af44a640fd9 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 16 Sep 2003 03:39:55 +0000 Subject: * getopt.cc (opterr): Reinstate initialization. (optind): Ditto. (optopt): Ditto. * pinfo.cc: Include cygheap.h or suffer compile error. * shared.h: Reset magic number. --- winsup/cygwin/shared_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/shared_info.h') diff --git a/winsup/cygwin/shared_info.h b/winsup/cygwin/shared_info.h index 2d7cacd37..4fa699a94 100644 --- a/winsup/cygwin/shared_info.h +++ b/winsup/cygwin/shared_info.h @@ -141,7 +141,7 @@ public: #define SHARED_INFO_CB 47112 -#define CURR_SHARED_MAGIC 0x53f1a7f4U +#define CURR_SHARED_MAGIC 0x359218a2U /* NOTE: Do not make gratuitous changes to the names or organization of the below class. The layout is checksummed to determine compatibility between -- cgit v1.2.3