Subject: Re: README: changes to pathname resolution
To: Klaus Klein <kleink@layla.inka.de>
From: Ken Hornstein <kenh@cmf.nrl.navy.mil>
List: current-users
Date: 04/08/1997 10:04:17
>in the process of getting NetBSD closer to POSIX.1 compliance,
>I've just commited two major changes to the code handling the
>pathname resolution/lookup:
>
>	(1) "" no longer refers to the current working directory;
>	    looking this up will now result in ENOENT.

One question: does this affect the handling of "//"?

In other words, does /foo//bar still access the file /foo/bar ?

--Ken