1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-02 00:23:50 +03:00

r25668: Hopefully fix the build, sorry...

Guenther
This commit is contained in:
Günther Deschner
2007-10-16 13:50:40 +02:00
committed by Stefan Metzmacher
parent ebcbdb5fbd
commit df94fbfe96
2 changed files with 4 additions and 3 deletions

View File

@@ -165,4 +165,8 @@
#define NERR_BASE (2100) #define NERR_BASE (2100)
#endif #endif
#ifndef FRS_ERR_BASE
#define FRS_ERR_BASE (8000)
#endif
#endif /* _DOSERR_H */ #endif /* _DOSERR_H */

View File

@@ -179,9 +179,6 @@ typedef uint32_t WERROR;
#define WERR_DS_DUP_MSDS_INTID W_ERROR(0x00002195) #define WERR_DS_DUP_MSDS_INTID W_ERROR(0x00002195)
/* FRS errors */ /* FRS errors */
#ifndef FRS_ERR_BASE
#define FRS_ERR_BASE (8000)
#endif
#define WERR_FRS_INVALID_SERVICE_PARAMETER W_ERROR(FRS_ERROR_BASE+17) #define WERR_FRS_INVALID_SERVICE_PARAMETER W_ERROR(FRS_ERROR_BASE+17)
/* SEC errors */ /* SEC errors */