# HG changeset patch # User diego # Date 1168534559 0 # Node ID a42f91a779b8ed1503613747957fb43ca6e3b9c0 # Parent 0d7fe401a5a75083e3595132aaa5eb95500683f0 Remove superfluous #ifdefs. diff -r 0d7fe401a5a7 -r a42f91a779b8 osdep/glob.h --- a/osdep/glob.h Thu Jan 11 09:07:57 2007 +0000 +++ b/osdep/glob.h Thu Jan 11 16:55:59 2007 +0000 @@ -1,7 +1,5 @@ #include "config.h" -#ifndef HAVE_GLOB -#ifdef __MINGW32__ typedef struct { size_t gl_pathc; char **gl_pathv; @@ -11,6 +9,3 @@ void globfree(glob_t *pglob); int glob(const char *pattern, int flags, int (*errfunc)(const char *epath, int eerrno), glob_t *pglob); - -#endif -#endif