Subject: Re: weird d_namlen,d_type from readdir
To: None <current-users@sun-lamp.cs.berkeley.edu, salvet@nyx.dcs.muni.cz>
From: Paul Kranenburg <pk@cs.few.eur.nl>
List: current-users
Date: 06/21/1994 12:26:00
> readdir(dd) returns dirent struct with d_namlen field always set to 0
> and d_type set to what should in d_namlen. 
> 

Most likely libc wasn't compiled with the new <sys/dirent.h> in place
(check readdir.o)

-pk

------------------------------------------------------------------------------