1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r25668: Hopefully fix the build, sorry...

Guenther
(This used to be commit df94fbfe96)
This commit is contained in:
Günther Deschner 2007-10-16 13:50:40 +02:00 committed by Stefan Metzmacher
parent 8071c56ac2
commit 6282194fe5
2 changed files with 4 additions and 3 deletions

View File

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

View File

@ -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 */