diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-12-06 14:17:52 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-12-06 14:17:52 +0000 |
commit | a40e4b5e4cd3ffdd4778ea3cbc73d05adf7b8a65 (patch) | |
tree | be5a2755b43a7595cfe96296a27b2d013a47df5e /ChangeLog-99b | |
parent | 11ef1566df20b216ddc6240be0371bddf8a640f1 (diff) | |
download | ATCD-a40e4b5e4cd3ffdd4778ea3cbc73d05adf7b8a65.tar.gz |
ChangeLogTag:Mon Dec 6 07:55:05 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ChangeLog-99b')
-rw-r--r-- | ChangeLog-99b | 10 |
1 files changed, 10 insertions, 0 deletions
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 <schmidt@tango.cs.wustl.edu> + * ace/config-sunos5.7.h: Added several new #defines needed to + port ACE to 64 bit Solaris. Thanks to Dani Flexer + <dani.flexer@israel.sun.com> 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 <dani.flexer@israel.sun.com> + 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 |