* child_info.h (CURR_CHILD_INFO_MAGIC): Update.

This commit is contained in:
Christopher Faylor 2012-05-14 23:29:03 +00:00
parent 3de7be4c1d
commit 8f55341ea1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-05-14 Christopher Faylor <me.cygwin2012@cgf.cx>
* child_info.h (CURR_CHILD_INFO_MAGIC): Update.
2012-05-14 Christopher Faylor <me.cygwin2012@cgf.cx>
* DevNotes: Add entry cgf-000007.

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 0xca644850U
#define CURR_CHILD_INFO_MAGIC 0xf1378eabU
#define NPROCS 256