changeset 22296:b58a79fe0af2

(getppid): Look for EM_PARENT_PROCESS_ID.
author Geoff Voelker <voelker@cs.washington.edu>
date Sat, 30 May 1998 23:37:12 +0000
parents b2ceb0b98995
children 2175b5131850
files lib-src/ntlib.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/ntlib.c	Sat May 30 17:57:14 1998 +0000
+++ b/lib-src/ntlib.c	Sat May 30 23:37:12 1998 +0000
@@ -58,7 +58,7 @@
   char *ppid;
   DWORD result;
 
-  ppid = getenv ("__PARENT_PROCESS_ID");
+  ppid = getenv ("EM_PARENT_PROCESS_ID");
   if (!ppid) 
     {
       printf("no pid.\n");