From c69d4c95bf2027252e13e4dec3fb2dcfd10fc4e7 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Wed, 21 Jul 1999 16:06:18 +0000 Subject: * Installed VMS fixes. --- dir.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dir.c') diff --git a/dir.c b/dir.c index 9812f92..fc0b6f5 100644 --- a/dir.c +++ b/dir.c @@ -1061,7 +1061,9 @@ void dir_setup_glob (gl) glob_t *gl; { +#ifndef VMS extern int stat (); +#endif /* Bogus sunos4 compiler complains (!) about & before functions. */ gl->gl_opendir = open_dirstream; -- cgit v1.2.3