Solaris needs errno as an extern int.
This commit is contained in:
parent
92aea29a30
commit
645e700da3
@ -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…
Reference in New Issue
Block a user