bnicholes 02/04/04 08:55:19
Modified: threadproc/netware proc.c
Log:
Force the spawned NLM into the same address space
Revision Changes Path
1.11 +1 -1 apr/threadproc/netware/proc.c
Index: proc.c
===================================================================
RCS file: /home/cvs/apr/threadproc/netware/proc.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- proc.c 19 Mar 2002 17:53:59 -0000 1.10
+++ proc.c 4 Apr 2002 16:55:19 -0000 1.11
@@ -297,7 +297,7 @@
const char **newargs;
char **newenv;
NXVmId_t newVM;
- unsigned long flags = 0;
+ unsigned long flags = NX_VM_SAME_ADDRSPACE;
char **sysenv = NULL;
NXNameSpec_t nameSpec;