diff options
author | Christopher Faylor <me@cgf.cx> | 2002-06-06 01:31:16 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-06-06 01:31:16 +0000 |
commit | 784e340c03456ae1b979d8d7e72e551681aafa46 (patch) | |
tree | 9b996ab7d418274a2cdd597a1f55bef161d76aa8 | |
parent | 58fcd93ae3ac0bdedac938bf42b3861b3577e926 (diff) | |
download | cygnal-784e340c03456ae1b979d8d7e72e551681aafa46.tar.gz cygnal-784e340c03456ae1b979d8d7e72e551681aafa46.tar.bz2 cygnal-784e340c03456ae1b979d8d7e72e551681aafa46.zip |
* child_info.h (CHILD_INFO_MAGIC): Update.
-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 e70b81767..ea68c77b6 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,9 @@ 2002-06-05 Christopher Faylor <cgf@redhat.com> + * child_info.h (CHILD_INFO_MAGIC): Update. + +2002-06-05 Christopher Faylor <cgf@redhat.com> + * strace.cc (strace::hello): Set inited, when appropriate. 2002-06-05 Christopher Faylor <cgf@redhat.com> diff --git a/winsup/cygwin/child_info.h b/winsup/cygwin/child_info.h index fdfaa28ca..1f095e233 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 0x8b3c +#define CURR_CHILD_INFO_MAGIC 0xaec3 /* NOTE: Do not make gratuitous changes to the names or organization of the below class. The layout is checksummed to determine compatibility between |