diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2001-04-13 17:09:19 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2001-04-13 17:09:19 +0000 |
commit | 25b8a1a4b1fe09ab4ee0a12ff94d4162352ef9e1 (patch) | |
tree | 00fb1f6107b63937580d7b84188b0d67c4c21245 | |
parent | 0c2ae111df8fc891df05bb7c97b847b1c08e42e7 (diff) | |
download | zsh-25b8a1a4b1fe09ab4ee0a12ff94d4162352ef9e1.tar.gz zsh-25b8a1a4b1fe09ab4ee0a12ff94d4162352ef9e1.tar.xz zsh-25b8a1a4b1fe09ab4ee0a12ff94d4162352ef9e1.zip |
Zsh workers 13981
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 68be397fa..510e87898 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-04-13 Wayne Davison <wayned@users.sourceforge.net> + + * 13981: Src/Modules/zftp.c: Don't define gethostbyname2() + as static, since it can clash with the system header files + on a system that provides the prototype but not the object. + 2001-04-13 Bart Schaefer <schaefer@zsh.org> * 13973: Completion/Unix/Type/_path_files: Parameter expansions |