mirror of
https://github.com/curl/curl.git
synced 2026-07-16 06:47:16 +03:00
Reinstate struct_stat definition that got lost in previous commit.
This commit is contained in:
parent
e5b713ee63
commit
fcc8700218
2 changed files with 7 additions and 0 deletions
|
|
@ -298,6 +298,9 @@
|
|||
# define struct_stat struct _stat
|
||||
#endif
|
||||
|
||||
#ifndef struct_stat
|
||||
# define struct_stat struct stat
|
||||
#endif
|
||||
|
||||
/* Below we define some functions. They should
|
||||
1. close a socket
|
||||
|
|
|
|||
|
|
@ -238,6 +238,10 @@ typedef enum {
|
|||
# define struct_stat struct _stat
|
||||
#endif
|
||||
|
||||
#ifndef struct_stat
|
||||
# define struct_stat struct stat
|
||||
#endif
|
||||
|
||||
#ifdef CURL_DOES_CONVERSIONS
|
||||
#ifdef HAVE_ICONV
|
||||
iconv_t inbound_cd = (iconv_t)-1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue