Message-ID: <3945084A.4714FA26@softhome.net> Date: Mon, 12 Jun 2000 18:56:58 +0300 From: Laurynas Biveinis X-Mailer: Mozilla 4.72 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Eli Zaretskii CC: DJGPP Workers Subject: Re: EMLINK / ELOOP ? References: <393D1398 DOT F7DD2D7A AT softhome DOT net> <200006061700 DOT UAA20903 AT mailgw1 DOT netvision DOT net DOT il> <393D2B44 DOT 38FA3A52 AT softhome DOT net> <200006071635 DOT TAA25156 AT alpha DOT netvision DOT net DOT il> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Eli Zaretskii wrote: > > OK, but maybe just changing "Doesn't support links" to "Doesn't support > > hard links" would clarify it without increasing pedanticism? > > If adding "hard" clarifies this, then I have nothing against such a > change. Let's try CVS write access for the first time. OK to commit? Laurynas Index: djgpp/src/libc/ansi/errno/errno.txh =================================================================== RCS file: /cvs/djgpp/djgpp/src/libc/ansi/errno/errno.txh,v retrieving revision 1.3 diff -c -r1.3 errno.txh *** errno.txh 1999/03/20 22:48:17 1.3 --- errno.txh 2000/06/12 16:39:01 *************** *** 122,128 **** @item 18 EMLINK -- Too many links. Not used in DJGPP (as DOS doesn't support ! links). @item 19 --- 122,128 ---- @item 18 EMLINK -- Too many links. Not used in DJGPP (as DOS doesn't support ! hard links). @item 19