Просмотр исходного кода

- fix compilation of GNU glob with !LFS
Sounds like a typo, really

Bernhard Reutner-Fischer 19 лет назад
Родитель
Сommit
098bcdd8bb
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      libc/misc/glob/glob.c

+ 1 - 1
libc/misc/glob/glob.c

@@ -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
 		    {