diff options
author | Christopher Faylor <me@cgf.cx> | 2004-12-18 16:41:27 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-12-18 16:41:27 +0000 |
commit | bbe009b770de67ebe7f92118d43f46f753f0fb21 (patch) | |
tree | 9666b6424303b1c39e9c2acdd64d9779cf82b56c /winsup/cygwin/child_info.h | |
parent | b25e8b65c27642806ba9f6cc6a75373bdc17c337 (diff) | |
download | cygnal-bbe009b770de67ebe7f92118d43f46f753f0fb21.tar.gz cygnal-bbe009b770de67ebe7f92118d43f46f753f0fb21.tar.bz2 cygnal-bbe009b770de67ebe7f92118d43f46f753f0fb21.zip |
revert erroneous checkin
Diffstat (limited to 'winsup/cygwin/child_info.h')
-rw-r--r-- | winsup/cygwin/child_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/child_info.h b/winsup/cygwin/child_info.h index 97cf455e2..601fdfd8b 100644 --- a/winsup/cygwin/child_info.h +++ b/winsup/cygwin/child_info.h @@ -29,7 +29,7 @@ enum child_info_types #define EXEC_MAGIC_SIZE sizeof(child_info) -#define CURR_CHILD_INFO_MAGIC 0x17ad771aU +#define CURR_CHILD_INFO_MAGIC 0x694cd4b8U /* NOTE: Do not make gratuitous changes to the names or organization of the below class. The layout is checksummed to determine compatibility between |