Ver Fonte

Sync w/ dirent.h, s:HAVE_D_NAMLEN:_DIRENT_HAVE_D_NAMLEN:

Peter S. Mazinger há 18 anos atrás
pai
commit
5ab11964a8
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      libc/misc/glob/glob.c

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

@@ -426,7 +426,7 @@ glob_in_dir (pattern, directory, flags, errfunc, pglob)
 	  if (! (d->d_ino != 0))
 	    continue;
 	  name = d->d_name;
-#ifdef	HAVE_D_NAMLEN
+#ifdef _DIRENT_HAVE_D_NAMLEN
 	  len = d->d_namlen;
 #else
 	  len = 0;