svn commit: samba r18671 - in branches/SAMBA_3_0/source/lib/replace: .

metze at samba.org metze at samba.org
Tue Sep 19 03:04:58 GMT 2006


Author: metze
Date: 2006-09-19 03:04:57 +0000 (Tue, 19 Sep 2006)
New Revision: 18671

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

Log:
try to fix the build on solaris 10 and maybe some other hosts

we need to define 'BOOL_DEFINED' to make sure it didn't get redefined
by <rpcsvc/yp_prot.h>

metze

Modified:
   branches/SAMBA_3_0/source/lib/replace/replace.h


Changeset:
Modified: branches/SAMBA_3_0/source/lib/replace/replace.h
===================================================================
--- branches/SAMBA_3_0/source/lib/replace/replace.h	2006-09-19 02:04:11 UTC (rev 18670)
+++ branches/SAMBA_3_0/source/lib/replace/replace.h	2006-09-19 03:04:57 UTC (rev 18671)
@@ -325,6 +325,7 @@
 #define bool _Bool
 #else
 #define __bool_true_false_are_defined
+#define BOOL_DEFINED /* needed for <rpcsvc/yp_prot.h> not doing a redefine */
 typedef int bool;
 #endif
 #endif



More information about the samba-cvs mailing list