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:
parent
62ee1deb49
commit
c0024393dc
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user