summaryrefslogtreecommitdiff
path: root/openbsd-compat
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-10-07 22:00:24 +1100
committerDamien Miller <djm@mindrot.org>2010-10-07 22:00:24 +1100
commit2738361878ec4a4b0d5481d909cd644dce17a94b (patch)
tree5c0538ac6f08ada0232e66acf55fd95d30fdd04a /openbsd-compat
parentfaca8ccd4d44ca0dacb413233c9e9d3e7aabb936 (diff)
downloadopenssh-git-2738361878ec4a4b0d5481d909cd644dce17a94b.tar.gz
sadly, two typos on one line is not my best record
Diffstat (limited to 'openbsd-compat')
-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 06228219..4de16ffc 100644
--- a/openbsd-compat/glob.h
+++ b/openbsd-compat/glob.h
@@ -38,7 +38,7 @@
/* OPENBSD ORIGINAL: include/glob.h */
#if !defined(HAVE_GLOB_H) || !defined(GLOB_HAS_ALTDIRFUNC) || \
- !defined(GLOB_HAS_GL_MATCHC) || !define(GLOB_HAS_GL_STATV) || \
+ !defined(GLOB_HAS_GL_MATCHC) || !defined(GLOB_HAS_GL_STATV) || \
!defined(HAVE_DECL_GLOB_NOMATCH) || HAVE_DECL_GLOB_NOMATCH == 0 || \
defined(BROKEN_GLOB)