Date: Fri, 1 Jun 2001 11:47:23 -0400 Message-Id: <200106011547.LAA06986@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <200106011449.KAA00398@delorie.com> (cvs@delorie.com) Subject: Re: djgpp: djgpp/src/libc/posix/dirent/readdir.c,readdir.txh References: <200106011449 DOT KAA00398 AT delorie DOT com> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Add a new member d_type to struct dirent. Compute d_type in readdir. > Add definitions of D_* and DTTOIF macros to dirent.h. Warning: This makes some objects built with 2.03 incompatible with the 2.04 library (although, given the way readdir usually works, this may be a minor point). We must be careful to properly document that.