At Wed, 28 Apr 2004 13:36:20 +0300,
Ognyan Kulev wrote:
> 
> What do you think about that?
> 
> Summary:  rm -f "" prints diagnostic message under the Hurd

"" is not a valid filename.  However, POSIX also specifies that
"unlink" should return ENOENT if path is the empty string.  So maybe
that is the real bug, that the Hurd returns EINVAL and not ENOENT in
this case?  Can you look closer into that?

Thanks,
Marcus




_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to