Commit b5c5f576 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

build fix for Interix

parent 33df8569
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -6,6 +6,10 @@


                                  Changelog
                                  Changelog


Daniel (4 March 2006)
- Thomas Klausner provided a patch written by Todd Vierling in bug report
  #1442471 that fixes a build problem on Interix.

Daniel (2 March 2006)
Daniel (2 March 2006)
- FTP upload without a file name part in the URL now causes
- FTP upload without a file name part in the URL now causes
  curl_easy_perform() to return CURLE_URL_MALFORMAT. Previously it allowed the
  curl_easy_perform() to return CURLE_URL_MALFORMAT. Previously it allowed the
+2 −1
Original line number Original line Diff line number Diff line
@@ -15,6 +15,7 @@ This release includes the following changes:


This release includes the following bugfixes:
This release includes the following bugfixes:


 o Interix build fix
 o fixed "hang" when out of file handles at start
 o fixed "hang" when out of file handles at start


Other curl-related news since the previous public release:
Other curl-related news since the previous public release:
@@ -24,6 +25,6 @@ Other curl-related news since the previous public release:
This release would not have looked like this without help, code, reports and
This release would not have looked like this without help, code, reports and
advice from friends like these:
advice from friends like these:


 Gisle Vanem, Dan Fandrich
 Gisle Vanem, Dan Fandrich, Thomas Klausner, Todd Vierling


        Thanks! (and sorry if I forgot to mention someone)
        Thanks! (and sorry if I forgot to mention someone)
+2 −0
Original line number Original line Diff line number Diff line
@@ -27,6 +27,8 @@
extern char *Curl_if2ip(const char *interf, char *buf, int buf_size);
extern char *Curl_if2ip(const char *interf, char *buf, int buf_size);


#ifdef __INTERIX
#ifdef __INTERIX
#include <sys/socket.h>

/* Nedelcho Stanev's work-around for SFU 3.0 */
/* Nedelcho Stanev's work-around for SFU 3.0 */
struct ifreq {
struct ifreq {
#define IFNAMSIZ 16
#define IFNAMSIZ 16