summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-15 16:12:48 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-15 16:12:48 +0000
commit1d084ea3efad1c5d9cfb82b315b94030d6ee2f5a (patch)
tree4a3fe97b646d400feff7c6e144c98a25da124d6b
parentf184ba5c5d6505b32c214bfe37b0307d82940157 (diff)
downloadATCD-1d084ea3efad1c5d9cfb82b315b94030d6ee2f5a.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98a3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a
index 4c15d017509..3c9164d64b5 100644
--- a/ChangeLog-98a
+++ b/ChangeLog-98a
@@ -4,6 +4,9 @@ Thu Jan 15 09:12:26 1998 David L. Levine <levine@cs.wustl.edu>
Reactors_Test.cpp,Thread_Mutex_Test.cpp: (main): changed some local
variables from int to size_t to avoid signed/unsigned comparison.
+ * ace/OS.i,config-linux-common.h,README: aded ACE_HAS_SOCKLEN_T
+ support for Linux/glibc2, which has a socklen_t type.
+
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