mirror of
https://github.com/samba-team/samba.git
synced 2025-08-29 13:49:30 +03:00
@ -92,6 +92,9 @@ const struct unix_error_map unix_dos_nt_errmap[] = {
|
|||||||
#ifdef EWOULDBLOCK
|
#ifdef EWOULDBLOCK
|
||||||
{ EWOULDBLOCK, ERRDOS, 111, NT_STATUS_NETWORK_BUSY },
|
{ EWOULDBLOCK, ERRDOS, 111, NT_STATUS_NETWORK_BUSY },
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef ENOATTR
|
||||||
|
{ ENOATTR, ERRDOS, ERRbadfile, NT_STATUS_NOT_FOUND },
|
||||||
|
#endif
|
||||||
|
|
||||||
{ 0, 0, 0, NT_STATUS_OK }
|
{ 0, 0, 0, NT_STATUS_OK }
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user