X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10112271638.AA23583@clio.rice.edu> Subject: Re: UNC examples To: eliz AT is DOT elta DOT co DOT il (Eli Zaretskii) Date: Thu, 27 Dec 2001 10:38:34 -0600 (CST) Cc: tim DOT van DOT holder AT pandora DOT be (Tim Van Holder), djgpp-workers AT delorie DOT com In-Reply-To: from "Eli Zaretskii" at Dec 27, 2001 06:23:51 PM X-Mailer: ELM [version 2.5 PL2] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 > > Yes, we would have to change fixpath. The drive (st_dev) would just > > be bogus - probably / or \ would be OK. > > Beware: some programs do 'A' + st_dev, and expect to come up with a valid > drive. It will take a long time to make everything UNC aware ... I'd start with the libc first and see what breaks. One more weird thing that will blow your mind: C:\>dir z:\\cws333\d$\djgpp Volume in drive \\cws333\d$ has no label. ... So if there is a UNC after the drive it uses the UNC and ignores the drive. The drive can even be non-mapped.