summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2010-10-24 10:47:30 +1100
committerDarren Tucker <dtucker@zip.com.au>2010-10-24 10:47:30 +1100
commita53939332dab05db474d75446211160b21a9742c (patch)
treeaaec8b6333d6889ddf15aebb6fb5ae273aa32fd5
parent6fd2d7de4b4ea3a361141cbe56f70bf70710546c (diff)
downloadopenssh-git-a53939332dab05db474d75446211160b21a9742c.tar.gz
- (dtucker) [includes.h] Add missing ifdef GLOB_HAS_GL_STATV to fix build.
-rw-r--r--ChangeLog3
-rw-r--r--includes.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index de3fb011..2843d946 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+20101024
+ - (dtucker) [includes.h] Add missing ifdef GLOB_HAS_GL_STATV to fix build.
+
20101021
- OpenBSD CVS Sync
- dtucker@cvs.openbsd.org 2010/10/12 02:22:24
diff --git a/includes.h b/includes.h
index 6bb98780..b4c53d9b 100644
--- a/includes.h
+++ b/includes.h
@@ -30,7 +30,7 @@
# include <bstring.h>
#endif
#if defined(HAVE_GLOB_H) && defined(GLOB_HAS_ALTDIRFUNC) && \
- defined(GLOB_HAS_GL_MATCHC) && \
+ defined(GLOB_HAS_GL_MATCHC) && defined(GLOB_HAS_GL_STATV) && \
defined(HAVE_DECL_GLOB_NOMATCH) && HAVE_DECL_GLOB_NOMATCH != 0 && \
!defined(BROKEN_GLOB)
# include <glob.h>