diff --git a/lib/xp/xp_file.c b/lib/xp/xp_file.c index 39e4e21f6fc2..f1a569ad8a60 100644 --- a/lib/xp/xp_file.c +++ b/lib/xp/xp_file.c @@ -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);