diff options
author | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-22 11:18:36 +0000 |
---|---|---|
committer | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-22 11:18:36 +0000 |
commit | 2bf432d36c648bc486527166ca2f13304de7b372 (patch) | |
tree | 180a7342d4d404a725d0ff2779872ed419122d02 /ChangeLog-97b | |
parent | 9358f5b783752e17aa5422606aeb9d832976e669 (diff) | |
download | ATCD-2bf432d36c648bc486527166ca2f13304de7b372.tar.gz |
*** empty log message ***
Diffstat (limited to 'ChangeLog-97b')
-rw-r--r-- | ChangeLog-97b | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog-97b b/ChangeLog-97b index 4d92f5a4991..685f90e9630 100644 --- a/ChangeLog-97b +++ b/ChangeLog-97b @@ -1,4 +1,7 @@ -Sat Nov 22 03:59:34 1997 Nanbor Wang <nw1@merengue.cs.wustl.edu> +Sat Nov 22 05:16:36 1997 Nanbor Wang <nw1@merengue.cs.wustl.edu> + + * tests/Process_Strategy_Test.cpp (handle_close): Added return + type specifier. Without it, g++ laments. * ace/Acceptor.cpp (activate_svc_handler): Should be if (open (...) == -1) then error, not if (open (...) != -1) then error. |