* child_info.h (CURR_CHILD_INFO_MAGIC): Update.
This commit is contained in:
parent
3de7be4c1d
commit
8f55341ea1
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue