Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-06-06 05:31:16 +0400
committerChristopher Faylor <me@cgf.cx>2002-06-06 05:31:16 +0400
commit784e340c03456ae1b979d8d7e72e551681aafa46 (patch)
tree9b996ab7d418274a2cdd597a1f55bef161d76aa8 /winsup/cygwin
parent58fcd93ae3ac0bdedac938bf42b3861b3577e926 (diff)
* child_info.h (CHILD_INFO_MAGIC): Update.
Diffstat (limited to 'winsup/cygwin')
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/child_info.h2
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