diff options
author | Clint Adams <clint@users.sourceforge.net> | 2007-10-11 20:32:00 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2007-10-11 20:32:00 +0000 |
commit | 2574a0f5c92350763d05d63201837d1a3eee76e6 (patch) | |
tree | ca8e8e59fa068a50f767f5d14e82c29e41d03f9d /ChangeLog | |
parent | af3e2b6fa4f8db6d5bdb2273180d5030ba00c0d3 (diff) | |
download | zsh-2574a0f5c92350763d05d63201837d1a3eee76e6.tar.gz zsh-2574a0f5c92350763d05d63201837d1a3eee76e6.tar.xz zsh-2574a0f5c92350763d05d63201837d1a3eee76e6.zip |
23927: don't define struct timezone if ZSH_OOT_MODULE is defined.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a066ad4dd..dbeec08f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-10-08 Clint Adams <clint@zsh.org> + + * 23927: Src/system.h: don't define struct timezone if + ZSH_OOT_MODULE is defined. + 2007-10-11 Peter Stephenson <pws@csr.com> * 23934: Completion/Base/Completer/_expand_alias: |