Date: Fri, 01 Jun 2001 19:27:57 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: lauras AT softhome DOT net Message-Id: <1659-Fri01Jun2001192757+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com In-reply-to: <20010523214205.A986@lauras.lt> Subject: Re: Add d_type member to struct dirent References: <1659-Tue22May2001182402+0300-eliz AT is DOT elta DOT co DOT il> <20010522222711 DOT A2213 AT lauras DOT lt> <3405-Wed23May2001062932+0300-eliz AT is DOT elta DOT co DOT il> <20010523181900 DOT A1817 AT lauras DOT lt> <2110-Wed23May2001203241+0300-eliz AT is DOT elta DOT co DOT il> <20010523210505 DOT A478 AT lauras DOT lt> <20010523214205 DOT A986 AT lauras DOT lt> 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 > From: "Laurynas Biveinis" > Date: Wed, 23 May 2001 21:42:05 +0200 > > Oh sorry, just now I have noticed the check against 510 bytes in your patch. > So __internal_readlink would open the file, but it will happen once a month, or > less frequently - maybe it's OK? > > Another note - please include src/libc/compat/unistd/xsymlink.h and replace > magic number with _SYMLINK_FILE_LEN from here, just in case. I changed the code to accept both these suggestions, and commited it. Thanks for the feedback.