]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
unbreak previous
authorDamien Miller <djm@mindrot.org>
Thu, 7 Oct 2010 10:59:40 +0000 (21:59 +1100)
committerDamien Miller <djm@mindrot.org>
Thu, 7 Oct 2010 10:59:40 +0000 (21:59 +1100)
openbsd-compat/glob.h

index 8ea3913063370f1b5ced78d711fb5b41ed206de7..0622821954d1c9195132327135f700004f2e3b67 100644 (file)
@@ -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) || !define(GLOB_HAS_GL_STATV) || \
     !defined(HAVE_DECL_GLOB_NOMATCH) || HAVE_DECL_GLOB_NOMATCH == 0 || \
     defined(BROKEN_GLOB)