From 784e340c03456ae1b979d8d7e72e551681aafa46 Mon Sep 17 00:00:00 2001
From: Christopher Faylor <me@cgf.cx>
Date: Thu, 6 Jun 2002 01:31:16 +0000
Subject: [PATCH] * child_info.h (CHILD_INFO_MAGIC): Update.

---
 winsup/cygwin/ChangeLog    | 4 ++++
 winsup/cygwin/child_info.h | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index e70b81767..ea68c77b6 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+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.
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