summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/libcli/util/doserr.h4
-rw-r--r--source4/libcli/util/werror.h3
2 files changed, 4 insertions, 3 deletions
diff --git a/source4/libcli/util/doserr.h b/source4/libcli/util/doserr.h
index bec268a565..6c757a3fc2 100644
--- a/source4/libcli/util/doserr.h
+++ b/source4/libcli/util/doserr.h
@@ -165,4 +165,8 @@
#define NERR_BASE (2100)
#endif
+#ifndef FRS_ERR_BASE
+#define FRS_ERR_BASE (8000)
+#endif
+
#endif /* _DOSERR_H */
diff --git a/source4/libcli/util/werror.h b/source4/libcli/util/werror.h
index bde58265d4..48f5b40091 100644
--- a/source4/libcli/util/werror.h
+++ b/source4/libcli/util/werror.h
@@ -179,9 +179,6 @@ typedef uint32_t WERROR;
#define WERR_DS_DUP_MSDS_INTID W_ERROR(0x00002195)
/* FRS errors */
-#ifndef FRS_ERR_BASE
-#define FRS_ERR_BASE (8000)
-#endif
#define WERR_FRS_INVALID_SERVICE_PARAMETER W_ERROR(FRS_ERROR_BASE+17)
/* SEC errors */