diff options
author | Paul Smith <psmith@gnu.org> | 1999-07-21 16:06:18 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-07-21 16:06:18 +0000 |
commit | c69d4c95bf2027252e13e4dec3fb2dcfd10fc4e7 (patch) | |
tree | d27151a5249aad92d389f8da736210d33ee4ddc4 /dir.c | |
parent | 588da9812e055fbceb900c350ab406f97eccbf37 (diff) | |
download | gunmake-c69d4c95bf2027252e13e4dec3fb2dcfd10fc4e7.tar.gz |
* Installed VMS fixes.
Diffstat (limited to 'dir.c')
-rw-r--r-- | dir.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |