Skip to content
Snippets Groups Projects
Commit 645e700d authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Solaris needs errno as an extern int.

parent 92aea29a
No related branches found
No related tags found
No related merge requests found
......@@ -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));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment