diff options
author | Christopher Faylor <me@cgf.cx> | 2003-09-16 03:39:55 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-09-16 03:39:55 +0000 |
commit | 2bfdb22e236bbf11f46b974ef7c00af44a640fd9 (patch) | |
tree | 7fb8e427c4d5b762b60e8a71dc76b373b68c44ad /winsup/cygwin/shared_info.h | |
parent | 8ec37f21680447bf30b37a0e2d7338162f9ca60e (diff) | |
download | cygnal-2bfdb22e236bbf11f46b974ef7c00af44a640fd9.tar.gz cygnal-2bfdb22e236bbf11f46b974ef7c00af44a640fd9.tar.bz2 cygnal-2bfdb22e236bbf11f46b974ef7c00af44a640fd9.zip |
* getopt.cc (opterr): Reinstate initialization.
(optind): Ditto.
(optopt): Ditto.
* pinfo.cc: Include cygheap.h or suffer compile error.
* shared.h: Reset magic number.
Diffstat (limited to 'winsup/cygwin/shared_info.h')
-rw-r--r-- | winsup/cygwin/shared_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |