Browse Source

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

Peter S. Mazinger 18 years ago
parent
commit
5ab11964a8
1 changed files with 1 additions and 1 deletions
  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;