mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 03:49:37 +00:00
Fix mkdir() problem for BSDI, thanks to <driehuis@playbeing.org> for this patch
This commit is contained in:
parent
289f7369d4
commit
aae6b91f46
@ -355,7 +355,7 @@ int XP_MakeDirectory(const char* name, XP_FileType type)
|
||||
if (!*s) return -1;
|
||||
result = mkdir (s, mode);
|
||||
}
|
||||
#elif defined(SUNOS4)
|
||||
#elif defined(SUNOS4) || defined(BSDI)
|
||||
{
|
||||
char rp[MAXPATHLEN];
|
||||
char *s = WH_FileName (name, type);
|
||||
|
Loading…
x
Reference in New Issue
Block a user