diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-04-21 01:28:55 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-04-21 01:28:55 +0000 |
commit | 9965dfcb8b0d648aaae2a3b8f361dae94f4ec88a (patch) | |
tree | ecf9baae0eead61d81b81a288577824b400c23e3 /examples/OS/Process/imore.cpp | |
parent | ca5501fa82b04b201a99228ca7dcf203e8f9335e (diff) | |
download | ATCD-9965dfcb8b0d648aaae2a3b8f361dae94f4ec88a.tar.gz |
ChangeLogTag:Thu Apr 20 18:11:48 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'examples/OS/Process/imore.cpp')
-rw-r--r-- | examples/OS/Process/imore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/OS/Process/imore.cpp b/examples/OS/Process/imore.cpp index 88a8e5dee87..5f1d120b983 100644 --- a/examples/OS/Process/imore.cpp +++ b/examples/OS/Process/imore.cpp @@ -253,7 +253,7 @@ main (int argc, char *argv[]) #endif /* ! ACE_WIN32 */ // Wait till we are done. - int status; + ACE_exitcode status; new_process.wait (&status); ACE_DEBUG ((LM_DEBUG, "Process exit with status %d\n", status)); |