]> sourceware.org Git - newlib-cygwin.git/commitdiff
* child_info.h (CHILD_INFO_MAGIC): Update.
authorChristopher Faylor <me@cgf.cx>
Thu, 6 Jun 2002 01:31:16 +0000 (01:31 +0000)
committerChristopher Faylor <me@cgf.cx>
Thu, 6 Jun 2002 01:31:16 +0000 (01:31 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/child_info.h

index e70b817677bf80513bb4343251449f40339d032f..ea68c77b6140a9a6f6b37a56e2c192d40549911b 100644 (file)
@@ -1,3 +1,7 @@
+2002-06-05  Christopher Faylor  <cgf@redhat.com>
+
+       * child_info.h (CHILD_INFO_MAGIC): Update.
+
 2002-06-05  Christopher Faylor  <cgf@redhat.com>
 
        * strace.cc (strace::hello): Set inited, when appropriate.
index fdfaa28ca53e7f63a641ba7ae163eebcee534265..1f095e23341c70af28cdd44eb680bf488ad47a41 100644 (file)
@@ -28,7 +28,7 @@ enum
 
 #define EXEC_MAGIC_SIZE sizeof(child_info)
 
-#define CURR_CHILD_INFO_MAGIC 0x8b3c
+#define CURR_CHILD_INFO_MAGIC 0xaec3
 
 /* NOTE: Do not make gratuitous changes to the names or organization of the
    below class.  The layout is checksummed to determine compatibility between
This page took 0.035619 seconds and 5 git commands to generate.