* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.

This commit is contained in:
Corinna Vinschen 2008-03-06 10:30:50 +00:00
parent 1b16e9d89c
commit 90c9a0de5f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-03-06 Corinna Vinschen <corinna@vinschen.de>
* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
2008-03-06 Corinna Vinschen <corinna@vinschen.de>
* fhandler.cc (fhandler_base::open_): Add missing test for O_CREAT.

View File

@ -37,7 +37,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 0x3ebda16aU
#define CURR_CHILD_INFO_MAGIC 0x7901d74eU
/* NOTE: Do not make gratuitous changes to the names or organization of the
below class. The layout is checksummed to determine compatibility between