svn commit: samba r25668 - in branches/SAMBA_4_0/source/libcli/util: .

gd at samba.org gd at samba.org
Tue Oct 16 13:50:41 GMT 2007


Author: gd
Date: 2007-10-16 13:50:40 +0000 (Tue, 16 Oct 2007)
New Revision: 25668

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25668

Log:
Hopefully fix the build, sorry...

Guenther

Modified:
   branches/SAMBA_4_0/source/libcli/util/doserr.h
   branches/SAMBA_4_0/source/libcli/util/werror.h


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/util/doserr.h
===================================================================
--- branches/SAMBA_4_0/source/libcli/util/doserr.h	2007-10-16 13:44:43 UTC (rev 25667)
+++ branches/SAMBA_4_0/source/libcli/util/doserr.h	2007-10-16 13:50:40 UTC (rev 25668)
@@ -165,4 +165,8 @@
 #define NERR_BASE (2100)
 #endif
 
+#ifndef FRS_ERR_BASE
+#define FRS_ERR_BASE (8000)
+#endif
+
 #endif /* _DOSERR_H */

Modified: branches/SAMBA_4_0/source/libcli/util/werror.h
===================================================================
--- branches/SAMBA_4_0/source/libcli/util/werror.h	2007-10-16 13:44:43 UTC (rev 25667)
+++ branches/SAMBA_4_0/source/libcli/util/werror.h	2007-10-16 13:50:40 UTC (rev 25668)
@@ -179,9 +179,6 @@
 #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 */



More information about the samba-cvs mailing list