* child_info.h (CURR_CHILD_INFO_MAGIC): Update.

This commit is contained in:
Christopher Faylor 2004-09-12 18:10:15 +00:00
parent 013688df40
commit 3d65bb97e8
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-09-12 Christopher Faylor <cgf@timesys.com>
* child_info.h (CURR_CHILD_INFO_MAGIC): Update.
2004-09-11 Pierre Humblet <pierre.humblet@ieee.org> 2004-09-11 Pierre Humblet <pierre.humblet@ieee.org>
Christopher Faylor <cgf@timesys.com> Christopher Faylor <cgf@timesys.com>

View File

@ -29,7 +29,7 @@ enum
#define EXEC_MAGIC_SIZE sizeof(child_info) #define EXEC_MAGIC_SIZE sizeof(child_info)
#define CURR_CHILD_INFO_MAGIC 0xefaed2a6U #define CURR_CHILD_INFO_MAGIC 0x19c16fb6U
/* NOTE: Do not make gratuitous changes to the names or organization of the /* NOTE: Do not make gratuitous changes to the names or organization of the
below class. The layout is checksummed to determine compatibility between below class. The layout is checksummed to determine compatibility between