diff options
author | Christopher Faylor <me@cgf.cx> | 2004-04-08 15:44:53 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-04-08 15:44:53 +0000 |
commit | 6ea87bc144aadbe49a20249f481d061b5c504286 (patch) | |
tree | 27b68afed9866fbfe04934febdcee779d542869d /winsup/cygwin | |
parent | 1b957b1c9f2d8c7266a553609ab1eacbcdd08e8d (diff) | |
download | cygnal-6ea87bc144aadbe49a20249f481d061b5c504286.tar.gz cygnal-6ea87bc144aadbe49a20249f481d061b5c504286.tar.bz2 cygnal-6ea87bc144aadbe49a20249f481d061b5c504286.zip |
* child_info.h: Update CHILD_INFO_MAGIC after 2004-04-03 change.
Diffstat (limited to 'winsup/cygwin')
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/cygwin/child_info.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index fb2fe4cae..b58ecab47 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2004-04-08 Christopher Faylor <cgf@bosbc.com> + + * child_info.h: Update CHILD_INFO_MAGIC after 2004-04-03 change. + 2004-04-08 Corinna Vinschen <corinna@vinschen.de> * path.cc (hash_path_name): Replace hash algorithm with SDBM. diff --git a/winsup/cygwin/child_info.h b/winsup/cygwin/child_info.h index 881456034..fa9257bdc 100644 --- a/winsup/cygwin/child_info.h +++ b/winsup/cygwin/child_info.h @@ -29,7 +29,7 @@ enum #define EXEC_MAGIC_SIZE sizeof(child_info) -#define CURR_CHILD_INFO_MAGIC 0x70172124U +#define CURR_CHILD_INFO_MAGIC 0xefaed2a6U /* NOTE: Do not make gratuitous changes to the names or organization of the below class. The layout is checksummed to determine compatibility between |