diff options
author | Günther Deschner <gd@samba.org> | 2007-10-16 13:50:40 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:43:06 +0100 |
commit | 6282194fe5288f0118135ea492d8ec68d093491d (patch) | |
tree | 13536a500b20b006415453dc5b28349aac53adc5 | |
parent | 8071c56ac20daff2919af21ff0090c247501f152 (diff) | |
download | samba-6282194fe5288f0118135ea492d8ec68d093491d.tar.gz samba-6282194fe5288f0118135ea492d8ec68d093491d.tar.bz2 samba-6282194fe5288f0118135ea492d8ec68d093491d.zip |
r25668: Hopefully fix the build, sorry...
Guenther
(This used to be commit df94fbfe96200ed521fd377a01b6b7b7a7ef88d8)
-rw-r--r-- | source4/libcli/util/doserr.h | 4 | ||||
-rw-r--r-- | source4/libcli/util/werror.h | 3 |
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 */ |