* child_info.h: Update CHILD_INFO_MAGIC after 2004-04-03 change.

This commit is contained in:
Christopher Faylor 2004-04-08 15:44:53 +00:00
parent 1b957b1c9f
commit 6ea87bc144
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-04-08 Christopher Faylor <cgf@bosbc.com>
* child_info.h: Update CHILD_INFO_MAGIC after 2004-04-03 change.
2004-04-08 Corinna Vinschen <corinna@vinschen.de> 2004-04-08 Corinna Vinschen <corinna@vinschen.de>
* path.cc (hash_path_name): Replace hash algorithm with SDBM. * path.cc (hash_path_name): Replace hash algorithm with SDBM.

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 0x70172124U #define CURR_CHILD_INFO_MAGIC 0xefaed2a6U
/* 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