* child_info.h: Reset magic number.

This commit is contained in:
Christopher Faylor 2012-03-21 17:23:57 +00:00
parent b7d95b5bb5
commit d8a7ac6d18
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-03-21 Christopher Faylor <me.cygwin2012@cgf.cx>
* child_info.h: Reset magic number.
2012-03-21 Christopher Faylor <me.cygwin2012@cgf.cx>
* child_info.h (child_info::postfork): Define new function.

View File

@ -35,7 +35,7 @@ enum child_status
#define EXEC_MAGIC_SIZE sizeof(child_info)
/* Change this value if you get a message indicating that it is out-of-sync. */
#define CURR_CHILD_INFO_MAGIC 0x10f103a4U
#define CURR_CHILD_INFO_MAGIC 0xca644850U
#define NPROCS 256