зеркало из https://github.com/mozilla/pjs.git
Fix VMS bustage. Patch submitted by Colin Blake.
This commit is contained in:
Родитель
ecdba17abb
Коммит
a4e4a82e49
|
@ -411,7 +411,7 @@ init_hash(HTAB *hashp, const char *file, HASHINFO *info)
|
|||
if (stat(file, &statbuf))
|
||||
return (NULL);
|
||||
|
||||
#if !defined(_WIN32) && !defined(_WINDOWS) && !defined(macintosh)
|
||||
#if !defined(_WIN32) && !defined(_WINDOWS) && !defined(macintosh) && !defined(VMS)
|
||||
#ifdef __QNX__
|
||||
hashp->BSIZE = statbuf.st_size;
|
||||
#else
|
||||
|
|
Загрузка…
Ссылка в новой задаче