This commit is contained in:
larryh%netscape.com 1998-11-21 00:20:16 +00:00
Родитель b3039514cf
Коммит 927374761c
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -196,7 +196,7 @@ void _PR_InitLog(void)
}
lm = lm->next;
}
if (NULL == lm) {
if (( PR_FALSE == skip_modcheck) && (NULL == lm)) {
#ifdef XP_PC
char* str = PR_smprintf("Unrecognized NSPR_LOG_MODULE: %s=%d\n",
module, level);

Просмотреть файл

@ -2499,7 +2499,7 @@ PRInt32 _MD_getopenfileinfo64(const PRFileDesc *fd, PRFileInfo64 *info)
return rv;
}
struct _MD_IOVector _md_iovector;
struct _MD_IOVector _md_iovector = { open };
/*
** These implementations are to emulate large file routines on systems that