On Wed, 8 Jan 2003, Alexey Dokuchaev wrote:

> PS.  I'm developing under FreeBSD, and my patch will not compile cleanly
> under Linux unless two small changes are made: change "dp->d_namlen" to
> "dp->d_reclen" on lines 158 and 159 of patch.  I wonder why in hell Linux
> does things like that?? (With all due respect.)

I'd guess that they do that because POSIX doesn't specify those things with
enough details, so I'm afraid both FreeBSD and Linux can claim POSIX
readdir() compliance anyway.

The d_name[] field of the dirent struct is the only field you can rely on to
exist.

Your patch will thus unfortunately very likely break on other platforms as
well.

AFAIK.

-- 
      Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77
   ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Reply via email to