diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-01-13 02:52:48 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-01-13 02:52:48 +0000 |
commit | 23b0f221e83e196c263cf6fa1f2e394fb6e306f5 (patch) | |
tree | d5e7254630c20525ba6a12835187f5cc2a0e04bf | |
parent | 4100a8ef476b37ac43aec3dc96f32dfac3ad8904 (diff) | |
download | ATCD-23b0f221e83e196c263cf6fa1f2e394fb6e306f5.tar.gz |
*** empty log message ***
-rw-r--r-- | ChangeLog-97a | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog-97a b/ChangeLog-97a index c99253fb75f..b58ab6c4d3f 100644 --- a/ChangeLog-97a +++ b/ChangeLog-97a @@ -3,10 +3,10 @@ Sun Jan 12 18:20:49 1997 David L. Levine <levine@cs.wustl.edu> * ace/ACE.cpp (round_to_pagesize): fixed typo in reference to ACE::pagesize_ - * ace/ACE.cpp: initialize ACE::pagesize_ to 0 if ACE_HAS_GETPAGESIZE. - That allows ACE:round_to_pagesize () to set ACE::pagesize_ using - the appropriate system call. If ACE_HAS_GETPAGESIZE isn't set, - then ACE::pagesize_ is initialized to ACE_PAGE_SIZE, as before. + * ace/ACE.cpp: initialize ACE::pagesize_ to 0. + + * ace/config-irix*.h and config-win*.h: removed ACE_PAGE_SIZE + definition because these platforms no longer use it Sat Jan 11 15:11:28 1997 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu> |