diff options
author | Christopher Faylor <me@cgf.cx> | 2002-06-06 01:49:56 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-06-06 01:49:56 +0000 |
commit | f7a7cc906744610f140bd40d0246a992fa6d40c3 (patch) | |
tree | 4caf50de4e5fdcf0b86ff6ed332f18aaaebff918 /winsup/cygwin/child_info.h | |
parent | 784e340c03456ae1b979d8d7e72e551681aafa46 (diff) | |
download | cygnal-f7a7cc906744610f140bd40d0246a992fa6d40c3.tar.gz cygnal-f7a7cc906744610f140bd40d0246a992fa6d40c3.tar.bz2 cygnal-f7a7cc906744610f140bd40d0246a992fa6d40c3.zip |
* child_info.h (CHILD_INFO_MAGIC): Oops. Revert previous change. gcc 3.1 bug?
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 1f095e233..fdfaa28ca 100644 --- a/winsup/cygwin/child_info.h +++ b/winsup/cygwin/child_info.h @@ -28,7 +28,7 @@ enum #define EXEC_MAGIC_SIZE sizeof(child_info) -#define CURR_CHILD_INFO_MAGIC 0xaec3 +#define CURR_CHILD_INFO_MAGIC 0x8b3c /* NOTE: Do not make gratuitous changes to the names or organization of the below class. The layout is checksummed to determine compatibility between |