mirror of
https://github.com/curl/curl.git
synced 2026-06-19 22:35:36 +03:00
Solaris needs errno as an extern int.
This commit is contained in:
parent
92aea29a30
commit
645e700da3
1 changed files with 1 additions and 0 deletions
|
|
@ -3051,6 +3051,7 @@ static int create_dir_hierarchy(char *outfile)
|
|||
char *outdup;
|
||||
char *dirbuildup;
|
||||
int result=0;
|
||||
extern int errno;
|
||||
|
||||
outdup = strdup(outfile);
|
||||
dirbuildup = malloc(sizeof(char) * strlen(outfile));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue