Fix VMS bustage. Patch submitted by Colin Blake.

git-svn-id: svn://10.0.0.236/trunk@38637 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcafee%netscape.com 1999-07-07 06:46:35 +00:00
parent 62ee1deb49
commit c0024393dc

View File

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