summaryrefslogtreecommitdiff
path: root/openbsd-compat/glob.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-10-07 21:59:40 +1100
committerDamien Miller <djm@mindrot.org>2010-10-07 21:59:40 +1100
commitfaca8ccd4d44ca0dacb413233c9e9d3e7aabb936 (patch)
treeaa9c0def68fdeddd3ed1a41752152061cd3a2efc /openbsd-compat/glob.h
parentc54b02c4eb82ed71449109774eecf5935bdc61bf (diff)
unbreak previous
Diffstat (limited to 'openbsd-compat/glob.h')
-rw-r--r--openbsd-compat/glob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/glob.h b/openbsd-compat/glob.h
index 8ea391306..062282195 100644
--- a/openbsd-compat/glob.h
+++ b/openbsd-compat/glob.h
@@ -38,7 +38,7 @@
38/* OPENBSD ORIGINAL: include/glob.h */ 38/* OPENBSD ORIGINAL: include/glob.h */
39 39
40#if !defined(HAVE_GLOB_H) || !defined(GLOB_HAS_ALTDIRFUNC) || \ 40#if !defined(HAVE_GLOB_H) || !defined(GLOB_HAS_ALTDIRFUNC) || \
41 !defined(GLOB_HAS_GL_MATCHC) || !define(GLOB_HAS_GL_STATV) \ 41 !defined(GLOB_HAS_GL_MATCHC) || !define(GLOB_HAS_GL_STATV) || \
42 !defined(HAVE_DECL_GLOB_NOMATCH) || HAVE_DECL_GLOB_NOMATCH == 0 || \ 42 !defined(HAVE_DECL_GLOB_NOMATCH) || HAVE_DECL_GLOB_NOMATCH == 0 || \
43 defined(BROKEN_GLOB) 43 defined(BROKEN_GLOB)
44 44