Fix VMS bustage. Patch submitted by Colin Blake.

This commit is contained in:
mcafee%netscape.com 1999-07-07 06:46:35 +00:00
Родитель ecdba17abb
Коммит a4e4a82e49
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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