summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-11 21:39:16 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-11 21:39:16 +0000
commitd3f9bd9aec474ede36d0cfe785b5e97e8f54215f (patch)
tree5a6dd957894c5f7bcdc02ee0b89f07fa07008450
parent394c59a7ceaf5537c6587c3fb565a23e6dd6b728 (diff)
downloadATCD-d3f9bd9aec474ede36d0cfe785b5e97e8f54215f.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-99b3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 108ddaa0d90..d2ff75d2346 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -6,6 +6,9 @@ Sun Apr 11 16:09:16 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Sun Apr 11 16:02:49 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>
+ * examples/IPC_SAP/SOCK_SAP/CPP-inserver-fancy.cpp (create_handler):
+ Fixed the warnings (control reaching end of block) and error (passing
+ u_long to close) which showed up on Linux(with config-linux.h)
* performance-tests/Misc/preempt.cpp:
* examples/Threads/task_five.cpp: Replaced ACE_MT_SYNCH by
ACE_SYNCH to get it compile on Linux.