summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-29 23:53:22 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-29 23:53:22 +0000
commita512dd4e6889167cf3d5b6a38d5f5b9d2814af9c (patch)
tree086f40b2c4f6b0795696c240de84315fe544cfe5
parent2ad592da519d1ef9624887a4de66f210f372dd62 (diff)
downloadATCD-a512dd4e6889167cf3d5b6a38d5f5b9d2814af9c.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98a2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a
index 8b004e3f0b5..6b6eb18e9d2 100644
--- a/ChangeLog-98a
+++ b/ChangeLog-98a
@@ -3,7 +3,7 @@ Wed Apr 29 12:25:05 1998 David L. Levine <levine@cs.wustl.edu>
* ace/config-lynxos.h: added ACE_POLL_IS_BROKEN so that
ACE_OS::sleep () uses select () instead of poll ().
- * tests/Map_Manager_Test.cpp: added a size_t loop index that's
+ * tests/Map_Manager_Test.cpp: added a ssize_t loop index that's
used to avoid signed/unsigned comparisons.
Tue Apr 28 23:08:10 1998 Nanbor Wang <nanbor@cs.wustl.edu>