Date: Mon, 16 Mar 1998 17:12:45 +0200 (IST) From: Eli Zaretskii To: Martin Stromberg cc: djgpp-workers AT delorie DOT com Subject: Re: Where to get the latest sources for djtar In-Reply-To: <199803161503.QAA23289@propus.lu.erisoft.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 16 Mar 1998, Martin Stromberg wrote: > Right now I think that my mkdir.c patch minus the slashes messing is > good. How about putting it into libc? Once again, I'm not sure calling `statfs' from `mkdir' is such a good idea. Comments, anybody? > I'll look into the error codes from DOS, to see if there's a solution > for the too deep directory nesting. You need at least check `_USE_LFN' and bypass the too-deep-nesting test, as Windows 95 doesn't have this lossage (AFAIK).