diff options
author | Christopher Faylor <me@cgf.cx> | 2002-08-06 05:48:33 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-08-06 05:48:33 +0000 |
commit | 115a0885bcc97a70bb4314ba851ce12ee32fe74f (patch) | |
tree | 1a8adda3ac5a5357e172aefbd1f07299875cf706 /winsup/cygwin/spawn.cc | |
parent | 1524ae42cf8595fd9a31084382ade0ff17172626 (diff) | |
download | cygnal-115a0885bcc97a70bb4314ba851ce12ee32fe74f.tar.gz cygnal-115a0885bcc97a70bb4314ba851ce12ee32fe74f.tar.bz2 cygnal-115a0885bcc97a70bb4314ba851ce12ee32fe74f.zip |
* spawn.cc (spawn_guts): Don't set mount_h here.
* sigproc.cc (init_child_info): Set it here instead.
* shared.cc (cygwin_mount_h): Make NO_COPY.
Diffstat (limited to 'winsup/cygwin/spawn.cc')
-rw-r--r-- | winsup/cygwin/spawn.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/spawn.cc b/winsup/cygwin/spawn.cc index 7454adc58..602c0af69 100644 --- a/winsup/cygwin/spawn.cc +++ b/winsup/cygwin/spawn.cc @@ -608,7 +608,6 @@ spawn_guts (const char * prog_arg, const char *const *argv, char sa_buf[1024]; cygbench ("spawn-guts"); - ciresrv.mount_h = cygwin_mount_h; if (!cygheap->user.issetuid ()) { |