IIDA Yosiaki <[EMAIL PROTECTED]> writes: > But, I see, it is a normal case that stat returns 0.
I don't see a bug here. stat("",...) should never succeed. If that
stat call does succeed, then there's a bug in stat. The "return $1
("", &sbuf) == 0" exits with a nonzero status if stat succeeds, and
the nonzero status counts as failure.
