diff options
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; |