diff options
author | Andrey Borzenkov <bor@users.sourceforge.net> | 2000-09-08 12:51:10 +0000 |
---|---|---|
committer | Andrey Borzenkov <bor@users.sourceforge.net> | 2000-09-08 12:51:10 +0000 |
commit | 5c7a14857a89265c0e311a1438c94375abe18cbe (patch) | |
tree | 92628460c10ecd94993e8956fb4f38d45dbafba3 /ChangeLog | |
parent | 75d4d74093ddafcf191e11ad7b5358d4e203e357 (diff) | |
download | zsh-5c7a14857a89265c0e311a1438c94375abe18cbe.tar.gz zsh-5c7a14857a89265c0e311a1438c94375abe18cbe.tar.xz zsh-5c7a14857a89265c0e311a1438c94375abe18cbe.zip |
12779: remove sinix special case. Too lazy to add prototype check for
gettimeofday as it is not needed with currently supported versions of ReliantUNIX
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4d83ab0c2..29eb17fe8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2000-09-08 Andrej Borsenkow <Andrej.Borsenkow@mow.siemens.ru> + + * 12779: Src/system.h: Comment out #define _XPG_IV for sinix. + It was not correct to set it here, and is not needed with + currently supported versions. If anybody happens to run really + outdated SINIX, we should add check for gettimeofday prototype + instead. + 2000-09-07 Bart Schaefer <schaefer@zsh.org> * 12773: Doc/Zsh/contrib.yo, Functions/Zle/smart-insert-last-word: |