Date: Fri, 13 Dec 2002 10:59:30 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp-workers AT delorie DOT com Message-Id: <3791-Fri13Dec2002105929+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <10212130754.AA20902@clio.rice.edu> (sandmann@clio.rice.edu) Subject: Re: proposed putpath.c patch References: <10212130754 DOT AA20902 AT clio DOT rice DOT edu> 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: sandmann AT clio DOT rice DOT edu (Charles Sandmann) > Date: Fri, 13 Dec 2002 01:54:23 -0600 (CST) > > This patch makes the /dev directory work for me in most cases. I have some concerns about this (but I'm not sure they are grave enough to object to the change): - this makes _putpath rather slow for Unix-style device names - if /dev exists and we are on W2K/XP, won't this break DOS devices such as /dev/LPT1 ? I seem to recall those systems have problems with creating the illusion any device exists in any directory. - doesn't function 43h have problems on W2K/XP?