summaryrefslogtreecommitdiff
path: root/vmsfunctions.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2000-01-22 05:59:28 +0000
committerPaul Smith <psmith@gnu.org>2000-01-22 05:59:28 +0000
commitfd9dec3ee8d657b51357cebba76ec5c2d06a2962 (patch)
treec0855e19eb5fad86544aa194577cf72e9f2ae739 /vmsfunctions.c
parent209536dae36ec59adae7a84f6e85fa40646b5577 (diff)
downloadmake-fd9dec3ee8d657b51357cebba76ec5c2d06a2962.tar.gz
* More fixes to VMS by Hartmut Becker.
Diffstat (limited to 'vmsfunctions.c')
-rw-r--r--vmsfunctions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmsfunctions.c b/vmsfunctions.c
index a36630e7..69ba28c2 100644
--- a/vmsfunctions.c
+++ b/vmsfunctions.c
@@ -13,7 +13,7 @@
#include <fibdef.h>
#include "vmsdir.h"
-#if __VMS_VER < 70000000
+#ifdef HAVE_VMSDIR_H
DIR *
opendir (dspec)