From a40e4b5e4cd3ffdd4778ea3cbc73d05adf7b8a65 Mon Sep 17 00:00:00 2001 From: schmidt Date: Mon, 6 Dec 1999 14:17:52 +0000 Subject: ChangeLogTag:Mon Dec 6 07:55:05 1999 Douglas C. Schmidt --- ChangeLog-99b | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog-99b') diff --git a/ChangeLog-99b b/ChangeLog-99b index abd9704b508..f8ddf9c0423 100644 --- a/ChangeLog-99b +++ b/ChangeLog-99b @@ -1,5 +1,15 @@ Mon Dec 6 07:55:05 1999 Douglas C. Schmidt + * ace/config-sunos5.7.h: Added several new #defines needed to + port ACE to 64 bit Solaris. Thanks to Dani Flexer + for these. + + * ace/ACE.cpp: Changed the implementation of count_interfaces() + to handle the fact that size_t is a 64 bit type but the + parameter to ioctl needs to be an int, which according to LP64 + is 32 bits. Thanks to Dani Flexer + for reporting this. + * netsvcs/lib/Client_Logging_Handler.cpp (handle_signal): If SIGPIPE occurs, ACE_Client_Logging_Handler::handle_signal() returns -1, thus removing svc handler from reactor. Since svc -- cgit v1.2.1