diff options
author | bala <balanatarajan@users.noreply.github.com> | 2001-08-15 11:40:42 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2001-08-15 11:40:42 +0000 |
commit | 752be1e08a8fed06a00019b9d5eb783cf949ac25 (patch) | |
tree | 3ec87d172557d4d1cb632e1c1a574367a65b1b0f /ace/Process.cpp | |
parent | 1052dae8ba28e3b4790d3fffaad71d5f151cf505 (diff) | |
download | ATCD-752be1e08a8fed06a00019b9d5eb783cf949ac25.tar.gz |
ChangeLogTag: Wed Aug 15 06:39:50 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'ace/Process.cpp')
-rw-r--r-- | ace/Process.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ace/Process.cpp b/ace/Process.cpp index 65048d44588..53b1871b29b 100644 --- a/ace/Process.cpp +++ b/ace/Process.cpp @@ -421,10 +421,10 @@ ACE_Process_Options::ACE_Process_Options (int ie, process_attributes_ (NULL), thread_attributes_ (NULL), #else /* ACE_WIN32 */ + avoid_zombies_ (0), stdin_ (ACE_INVALID_HANDLE), stdout_ (ACE_INVALID_HANDLE), stderr_ (ACE_INVALID_HANDLE), - avoid_zombies_ (0), ruid_ ((uid_t) -1), euid_ ((uid_t) -1), rgid_ ((uid_t) -1), @@ -878,4 +878,3 @@ ACE_Process_Options::passed_handles (ACE_Handle_Set &set) const set = this->handles_passed_; return 1; } - |