OSDN Git Service

- fix compilation of GNU glob with !LFS
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 29 Jan 2007 22:40:38 +0000 (22:40 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 29 Jan 2007 22:40:38 +0000 (22:40 -0000)
  Sounds like a typo, really

libc/misc/glob/glob.c

index f510a7b..178b427 100644 (file)
@@ -361,7 +361,7 @@ static int glob_in_dir (const char *pattern, const char *directory, int flags,
                {
                  const char *name;
                  size_t len;
-#if !defined COMPILE_GLOB64
+#if defined COMPILE_GLOB64
                  struct dirent64 *d;
                  union
                    {