* child_info.h (CHILD_INFO_MAGIC): Reset.

This commit is contained in:
Christopher Faylor 2005-10-29 15:05:55 +00:00
parent 884c0ff016
commit c85263884a
2 changed files with 5 additions and 1 deletions

View 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.

View 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