diff --git a/mozilla/dbm/src/hash.c b/mozilla/dbm/src/hash.c index 10001a39a8f..b6b7d70ee83 100644 --- a/mozilla/dbm/src/hash.c +++ b/mozilla/dbm/src/hash.c @@ -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