Subject: Re: weird d_namlen,d_type from readdir
To: None <current-users@sun-lamp.cs.berkeley.edu, salvet@nyx.dcs.muni.cz>
From: None <mycroft@gnu.ai.mit.edu>
List: current-users
Date: 06/21/1994 10:08:41
The code you cite from ogetdirentries() is *only* used when programs
use the old syscall number, and it is required for compatibility with
old (NetBSD 0.8-0.9, 386BSD, and BSD/386) executables.

The only time this would cause you trouble is if you rebuilt ld with a
new dir.h, but using an old libc (with the old syscall stub).


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