summaryrefslogtreecommitdiff
path: root/dir.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-07-21 16:06:18 +0000
committerPaul Smith <psmith@gnu.org>1999-07-21 16:06:18 +0000
commitc69d4c95bf2027252e13e4dec3fb2dcfd10fc4e7 (patch)
treed27151a5249aad92d389f8da736210d33ee4ddc4 /dir.c
parent588da9812e055fbceb900c350ab406f97eccbf37 (diff)
downloadgunmake-c69d4c95bf2027252e13e4dec3fb2dcfd10fc4e7.tar.gz
* Installed VMS fixes.
Diffstat (limited to 'dir.c')
-rw-r--r--dir.c2
1 files changed, 2 insertions, 0 deletions
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;