summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-20 15:57:12 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-20 15:57:12 +0000
commit84a190d56d8ae88842b082e9c648e19358c94de8 (patch)
treef9f1d0c0d7c0d4d649db273042ade6decda886e8
parent5922207e49c750cb3719c305b410cf2c6f7404da (diff)
downloadATCD-84a190d56d8ae88842b082e9c648e19358c94de8.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b11
1 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index c4302da1088..90b07f38077 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -15,7 +15,7 @@ Tue Oct 20 07:43:56 1998 David L. Levine <levine@cs.wustl.edu>
config-sunos5.4-centerline-2.x.h,config-sunos5.4-g++.h,
config-sunos5.4-sunc++-4.x-orbix.h,config-sunos5.4-sunc++-4.x.h,
config-sunos5.5.h,config-unixware-2.01-g++.h,
- config-unixware-2.1.2-g++.h,config-irix6.x-common.h:
+ config-unixware-2.1.2-g++.h,config-irix6.x-common.h,README:
removed ACE_HAS_SVR4_TIME because it is no longer used.
Thanks to Peter Nordlund <petern@nada.kth.se> for
reporting this.
@@ -37,8 +37,13 @@ Tue Oct 20 07:43:56 1998 David L. Levine <levine@cs.wustl.edu>
added static cast 0 to ACE_hrtime_t to please g++
on VxWorks (which uses ACE_U_LongLong for ACE_hrtime_t).
- * ace/config-cygwin32-common.h: removed msg_control{,len}
- redefines, because they were commented out.
+ * ace/config-cygwin32-common.h: removed msg_accrights{,len}
+ defines, because they were commented out.
+
+ * OS.h,config-aix-4.1.x.h,config-linux-common.h,README:
+ added ACE_LACKS_MSG_ACCRIGHTS support. This consolidates
+ code that was in both of the config files. Thanks to
+ Ossama for suggesting it.
Tue Oct 20 07:09:31 1998 Steve Huston <shuston@riverace.com>