From 50b2715c77e045ee5df136b6bdcd4f9d0c3fb6f2 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 5 Apr 2009 16:49:15 +0000 Subject: * Makefile.in: Use all compile options when calculating magic values. * shared_info.h (CURR_SHARED_MAGIC): Revert erroneous value. * child_info.h (CURR_CHILD_INFO_MAGIC): Update. * fhandler.h (acquire_output_mutex): Remove unneeded ';'. (release_output_mutex): Ditto. --- winsup/cygwin/child_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/child_info.h') diff --git a/winsup/cygwin/child_info.h b/winsup/cygwin/child_info.h index 56858e709..44767edc9 100644 --- a/winsup/cygwin/child_info.h +++ b/winsup/cygwin/child_info.h @@ -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 0x7901d74eU +#define CURR_CHILD_INFO_MAGIC 0xe850717aU /* NOTE: Do not make gratuitous changes to the names or organization of the below class. The layout is checksummed to determine compatibility between -- cgit v1.2.3