Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-10-05 08:37:33 +0400
committerChristopher Faylor <me@cgf.cx>2001-10-05 08:37:33 +0400
commitb3fa795ab9fd13deaef9cc7a86cc3d45d40a99e1 (patch)
treea875fb27d70a29d52184db203ed78778800fab38 /winsup/cygwin/child_info.h
parentf978840beefd9d0ac3fb9a26f5440eb9b20584c9 (diff)
Revert incorrect checkins.
Diffstat (limited to 'winsup/cygwin/child_info.h')
-rw-r--r--winsup/cygwin/child_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/child_info.h b/winsup/cygwin/child_info.h
index 7827d853f..983675877 100644
--- a/winsup/cygwin/child_info.h
+++ b/winsup/cygwin/child_info.h
@@ -12,7 +12,7 @@ details. */
enum
{
- PROC_MAGIC = 0xaf13f000,
+ PROC_MAGIC = 0xaf12f000,
PROC_FORK = PROC_MAGIC + 1,
PROC_EXEC = PROC_MAGIC + 2,
PROC_SPAWN = PROC_MAGIC + 3,