Index: shared.cc =================================================================== RCS file: /cvs/src/src/winsup/cygwin/shared.cc,v retrieving revision 1.73 diff -u -p -r1.73 shared.cc --- shared.cc 11 Sep 2003 07:57:39 -0000 1.73 +++ shared.cc 18 Sep 2003 12:51:59 -0000 @@ -97,7 +97,7 @@ open_shared (const char *name, int n, HA TRUE, mapname); } if (!shared_h && - !(shared_h = CreateFileMapping (INVALID_HANDLE_VALUE, psa, + !(shared_h = CreateFileMapping (INVALID_HANDLE_VALUE, &sec_all, PAGE_READWRITE, 0, size, mapname))) api_fatal ("CreateFileMapping, %E. Terminating."); }