OSDN Git Service

* child_info.h (CHILD_INFO_MAGIC): Reset.
authorcgf <cgf>
Sat, 29 Oct 2005 15:05:54 +0000 (15:05 +0000)
committercgf <cgf>
Sat, 29 Oct 2005 15:05:54 +0000 (15:05 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/child_info.h

index fbcb690..06e8211 100644 (file)
@@ -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.
index d3c372c..7442e1c 100644 (file)
@@ -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