Map errdos:67 to the ENOENT.

Obtained from:	Mac OS X
MFC after:		1 week
This commit is contained in:
Boris Popov 2001-08-21 09:16:57 +00:00
parent e7681448e7
commit fe98760edc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=82046

View File

@ -219,6 +219,7 @@ smb_maperror(int eclass, int eno)
case ERRbadpath:
case ERRremcd:
case 66: /* nt returns it when share not available */
case 67: /* observed from nt4sp6 when sharename wrong */
return ENOENT;
case ERRnofids:
return EMFILE;