summaryrefslogtreecommitdiff
path: root/examples/OS/Process/imore.cpp
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-21 01:28:55 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-21 01:28:55 +0000
commit9965dfcb8b0d648aaae2a3b8f361dae94f4ec88a (patch)
treeecf9baae0eead61d81b81a288577824b400c23e3 /examples/OS/Process/imore.cpp
parentca5501fa82b04b201a99228ca7dcf203e8f9335e (diff)
downloadATCD-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.cpp2
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));