* child_info.h (CURR_CHILD_INFO_MAGIC): Update.

This commit is contained in:
Corinna Vinschen 2012-10-22 12:45:46 +00:00
parent e885309220
commit b952c0c8d5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-10-22 Corinna Vinschen <corinna@vinschen.de>
* child_info.h (CURR_CHILD_INFO_MAGIC): Update.
2012-10-21 Corinna Vinschen <corinna@vinschen.de>
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 18.

View File

@ -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 0xf1378eabU
#define CURR_CHILD_INFO_MAGIC 0xc6c53f76U
#define NPROCS 256