summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dbm/src/hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbm/src/hash.c b/dbm/src/hash.c
index 10001a39a..b6b7d70ee 100644
--- a/dbm/src/hash.c
+++ b/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