diff options
author | Roland McGrath <roland@redhat.com> | 1996-07-19 22:18:33 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1996-07-19 22:18:33 +0000 |
commit | 9fc574683df983dad20cd713abe0fb982c052360 (patch) | |
tree | 42f1f263c8531f43ee79fe351a2fde78e887d73d /glob | |
parent | c8e016d07a2a81c0f038d8b08aaf5879efdcbdc7 (diff) | |
download | gunmake-9fc574683df983dad20cd713abe0fb982c052360.tar.gz |
Updated from libc
Diffstat (limited to 'glob')
-rw-r--r-- | glob/glob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glob/glob.h b/glob/glob.h index 8607e9f..ba24d89 100644 --- a/glob/glob.h +++ b/glob/glob.h @@ -65,7 +65,7 @@ extern "C" #define GLOB_NOMATCH 3 /* No matches found. */ /* Structure describing a globbing run. */ -#ifndef _AMIGA /* Buggy compiler. */ +#if !defined (_AMIGA) && !defined (VMS) /* Buggy compiler. */ struct stat; #endif typedef struct |