This is the mail archive of the cygwin-patches mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] cygwin: update child info magic


On Feb 11 20:38, Yaakov Selkowitz wrote:
> 	winsup/cygwin/
> 	* child_info.h (CURR_CHILD_INFO_MAGIC): Update.
> 
> Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
> ---
>  winsup/cygwin/child_info.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/winsup/cygwin/child_info.h b/winsup/cygwin/child_info.h
> index ddd5b8b..c11040c 100644
> --- a/winsup/cygwin/child_info.h
> +++ b/winsup/cygwin/child_info.h
> @@ -39,7 +39,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 0x30ea98f6U
> +#define CURR_CHILD_INFO_MAGIC 0xf67f938cU

This needs an explanation.  CHILD_INFO_MAGIC is still 0x30ea98f6U
for me.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

Attachment: signature.asc
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]