summaryrefslogtreecommitdiff
path: root/source3/lib/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/error.c')
-rw-r--r--source3/lib/error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/error.c b/source3/lib/error.c
index e17cd79eda..22ac1cb2d7 100644
--- a/source3/lib/error.c
+++ b/source3/lib/error.c
@@ -22,7 +22,7 @@
/* Mapping between Unix, DOS and NT error numbers */
-struct unix_error_map unix_dos_nt_errmap[] = {
+const struct unix_error_map unix_dos_nt_errmap[] = {
{ EPERM, ERRDOS, ERRnoaccess, NT_STATUS_ACCESS_DENIED },
{ EACCES, ERRDOS, ERRnoaccess, NT_STATUS_ACCESS_DENIED },
{ ENOENT, ERRDOS, ERRbadfile, NT_STATUS_NO_SUCH_FILE },