diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/libsmb/errormap.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/libsmb/errormap.c b/source3/libsmb/errormap.c index 7c28c7e8aa..8bd29b55c0 100644 --- a/source3/libsmb/errormap.c +++ b/source3/libsmb/errormap.c @@ -1513,6 +1513,9 @@ const struct unix_error_map unix_dos_nt_errmap[] = { #ifdef ENAMETOOLONG { ENAMETOOLONG, ERRDOS, 206, NT_STATUS_OBJECT_NAME_INVALID }, #endif +#ifdef EFBIG + { EFBIG, ERRHRD, ERRdiskfull, NT_STATUS_DISK_FULL }, +#endif { 0, 0, 0, NT_STATUS_OK } }; |