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
path: root/winsup
diff options
context:
space:
mode:
Diffstat (limited to 'winsup')
-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 fbcb6909a..06e821102 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+2005-10-29 Christopher Faylor <cgf@timesys.com>
+
+ * child_info.h (CHILD_INFO_MAGIC): Reset.
+
2005-10-24 Christopher Faylor <cgf@timesys.com>
* pinfo.cc (_pinfo::fds): Lock fdtab while enumerating.
diff --git a/winsup/cygwin/child_info.h b/winsup/cygwin/child_info.h
index d3c372c7d..7442e1ca4 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 0x38772070U
+#define CURR_CHILD_INFO_MAGIC 0xb530a54dU
/* NOTE: Do not make gratuitous changes to the names or organization of the
below class. The layout is checksummed to determine compatibility between