r3545: initial support for using extended attributes to hold extended dos attributes...
[gd/samba-autobuild/.git] / source4 / libcli / util / errormap.c
index 46e4831f89834719f2b090a89f61a12825ca15ec..417f4571a792df200ab69e323855817cc33023d3 100644 (file)
@@ -1517,6 +1517,13 @@ const struct unix_error_map unix_nt_errmap[] = {
        { EPIPE,        NT_STATUS_CONNECTION_DISCONNECTED },
        { ECONNREFUSED, NT_STATUS_CONNECTION_REFUSED },
        { EBUSY,        NT_STATUS_SHARING_VIOLATION },
+       { ENOTSUP,      NT_STATUS_NOT_SUPPORTED},
+#ifdef ENOATTR
+       { ENOATTR,      NT_STATUS_NOT_FOUND },
+#endif
+#ifdef ENODATA
+       { ENODATA,      NT_STATUS_NOT_FOUND },
+#endif
 #ifdef EDQUOT
        { EDQUOT,       NT_STATUS_QUOTA_EXCEEDED },
 #endif