diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | includes.h | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ | |||
1 | 20101024 | ||
2 | - (dtucker) [includes.h] Add missing ifdef GLOB_HAS_GL_STATV to fix build. | ||
3 | |||
1 | 20101021 | 4 | 20101021 |
2 | - OpenBSD CVS Sync | 5 | - OpenBSD CVS Sync |
3 | - dtucker@cvs.openbsd.org 2010/10/12 02:22:24 | 6 | - dtucker@cvs.openbsd.org 2010/10/12 02:22:24 |
diff --git a/includes.h b/includes.h index 6bb987807..b4c53d9b4 100644 --- a/includes.h +++ b/includes.h | |||
@@ -30,7 +30,7 @@ | |||
30 | # include <bstring.h> | 30 | # include <bstring.h> |
31 | #endif | 31 | #endif |
32 | #if defined(HAVE_GLOB_H) && defined(GLOB_HAS_ALTDIRFUNC) && \ | 32 | #if defined(HAVE_GLOB_H) && defined(GLOB_HAS_ALTDIRFUNC) && \ |
33 | defined(GLOB_HAS_GL_MATCHC) && \ | 33 | defined(GLOB_HAS_GL_MATCHC) && defined(GLOB_HAS_GL_STATV) && \ |
34 | defined(HAVE_DECL_GLOB_NOMATCH) && HAVE_DECL_GLOB_NOMATCH != 0 && \ | 34 | defined(HAVE_DECL_GLOB_NOMATCH) && HAVE_DECL_GLOB_NOMATCH != 0 && \ |
35 | !defined(BROKEN_GLOB) | 35 | !defined(BROKEN_GLOB) |
36 | # include <glob.h> | 36 | # include <glob.h> |