diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-06-14 14:15:21 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-06-14 14:15:21 +0000 |
commit | 2785fe7f6121589dee0a7e49b7cdea5649fac3bd (patch) | |
tree | c0f687abd8828add69a22eecefe243eb3560d49e /CHANGES | |
parent | db5d4bd81125d54007fc9f3106b51d964bd66db3 (diff) |
s/HAVE_POLL/HAVE_SYS_POLL_H
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -6,6 +6,14 @@ Changelog +Daniel S (14 June 2007) +- Dave Vasilevsky filed bug report #1736875 + (http://curl.haxx.se/bug/view.cgi?id=1736875) almost simultanouesly as Dan + Fandrich mentioned a related build problem on the libcurl mailing list: + http://curl.haxx.se/mail/lib-2007-06/0131.html. Both problems had the same + reason: the definitions of the POLL* defines and the pollfd struct in the + libcurl code was depending on HAVE_POLL instead of HAVE_SYS_POLL_H. + Daniel S (13 June 2007) - Tom Regner provided a patch and worked together with James Housley, so now CURLOPT_FTP_CREATE_MISSING_DIRS works for SFTP connections as well as FTP |