diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-05 22:14:51 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-05 22:14:51 +0000 |
commit | 0b5bd30b33e74131b757be16101180fcb8b02066 (patch) | |
tree | 5db23a7a92811eea3ab5bbbe94d1ae62fb74686c /ChangeLog-98b | |
parent | a74b04e4c5b41a56ce0e8be4636c8c65211c6ec8 (diff) | |
download | ATCD-0b5bd30b33e74131b757be16101180fcb8b02066.tar.gz |
ChangeLogTag:Tue Jan 5 16:14:00 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'ChangeLog-98b')
-rw-r--r-- | ChangeLog-98b | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b index dc8892ab49f..70b53ea1445 100644 --- a/ChangeLog-98b +++ b/ChangeLog-98b @@ -1,3 +1,13 @@ +Tue Jan 5 16:14:00 1999 Carlos O'Ryan <coryan@cs.wustl.edu> + + * ace/config-irix6.x-common.h: + Added ACE_TIMER_SKEW definition. + + * ace/FILE.cpp: + Fixed the seek() prototype, is was declared as taking a "off_t" + argument, but is was defined with a "long" argument, + unfortunately in most platforms this was not a problem. + Tue Jan 05 13:15:35 1999 Nanbor Wang <nanbor@cs.wustl.edu> * ace/Service_Config.i (open): Be sure to pass down the |