summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-24 20:45:34 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-24 20:45:34 +0000
commita2df6d336e254a213bf5c26e8eff996e04228d81 (patch)
tree2bea505b5db9687d7e3c5e9706a5e14c2505d2e0
parent27524dd4b7132d622a45c66155dd3053d2f9a75b (diff)
downloadATCD-a2df6d336e254a213bf5c26e8eff996e04228d81.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-96b4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog-96b b/ChangeLog-96b
index 629af331c46..c70d613c7cd 100644
--- a/ChangeLog-96b
+++ b/ChangeLog-96b
@@ -9,6 +9,10 @@ Tue Dec 24 12:49:21 1996 David L. Levine <levine@cs.wustl.edu>
needed to be before the closing '}' of the block. Thanks to
James Johnson for pointing this out, also.
+ * ace/OS.cpp: don't include ace/ARGV.h except on WIN32 because
+ it's only needed there, and don't compile ACE_Thread_Adapter on
+ VxWorks to save space
+
* apps/Gateway/Peer/Gateway_Handler.h: changed #include "Event.h"
to be #include "Peer_Message.h" so that Peer_Header::ROUTING_ID
can be referenced in the class declaration. This subproject