summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-04-11 21:51:01 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-04-11 21:51:01 +0000
commitb330d300c00d371b6faf2d06bc9f0552efa90c28 (patch)
tree88bb94cfba58ac1eb6b3358789a6068d940bd3fb
parente748bc9c8c5fd99ce65d2b1303d7672a750f15f6 (diff)
downloadATCD-b330d300c00d371b6faf2d06bc9f0552efa90c28.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-99b3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 518e1c5e0e0..5df2e371036 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -9,7 +9,8 @@ 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:
+
+ * performance-tests/Misc/preempt.cpp,
* examples/Threads/task_five.cpp: Replaced ACE_MT_SYNCH by
ACE_SYNCH to get it compile on Linux.