summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-15 21:16:16 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-15 21:16:16 +0000
commitec284aa44411678332c7a3e6445a51f918bd140f (patch)
treec3b63eb7c3c49e1e149b62acfbee87d050b53f54
parentcbb61519f7c5b35cfea74b103ae8f41daad28842 (diff)
downloadATCD-ec284aa44411678332c7a3e6445a51f918bd140f.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98a4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a
index c54afe7aa4e..1eb5e03f27d 100644
--- a/ChangeLog-98a
+++ b/ChangeLog-98a
@@ -27,6 +27,10 @@ Thu Jan 15 09:12:26 1998 David L. Levine <levine@cs.wustl.edu>
* ace/Timer_Heap_T.cpp (get_first): fixed ACE_TRACE id string.
+ * apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp (recv):
+ changed type of HEADER_SIZE to size_t to avoid signed/unsigned
+ comparison.
+
Thu Jan 15 00:00:56 1998 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu>
* ace/Message_Queue.cpp (open): The fix from Slawomir Kuzniar was