Subject: Re: lib/222: stat(2) returns 0 for path="" To: None <jarle@darling.idt.unit.no, netbsd-bugs@sun-lamp.cs.berkeley.edu> From: None <mycroft@gnu.ai.mit.edu> List: netbsd-bugs Date: 04/09/1994 21:47:13
The behavior you described is correct. The null string is considered
the same as `.', and thus `stat("", ...)' is the same as `stat(".",
...)'. This is not a bug.
------------------------------------------------------------------------------