Message-Id: <200006061700.UAA20903@mailgw1.netvision.net.il> Date: Tue, 06 Jun 2000 19:59:11 +0200 X-Mailer: Emacs 20.6 (via feedmail 8.1.emacs20_6 I) and Blat ver 1.8.5b From: "Eli Zaretskii" To: Laurynas Biveinis CC: djgpp-workers AT delorie DOT com In-reply-to: <393D1398.F7DD2D7A@softhome.net> (message from Laurynas Biveinis on Tue, 06 Jun 2000 18:07:04 +0300) Subject: Re: EMLINK / ELOOP ? References: <393D1398 DOT F7DD2D7A AT softhome DOT net> 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 > Date: Tue, 06 Jun 2000 18:07:04 +0300 > From: Laurynas Biveinis > > EMLINK -- Too many links. Not used in DJGPP (as DOS doesn't support > links). > > I assume that this applies to symbolic links, not hard ones, because > DOS always supports one hard link to given file. No, it applies to hard links. It's true that, technically, the one name supported by DOS is a link, but I think this interpretation will be very confusing for most DJGPP users. "Doesn't support links" may be technically inaccurate, but it makes sense to the users. If we want to be pedantically correct, then we will need to talk about the 8+3 alias that is a hard link in disguise. We will also need to mention the fact that `stat' reports st_nlink that is greater than 1 for directories. I wonder if all that complexity is really needed just to tell that EMLINK can never happen in DJGPP...