svn commit: samba r15226 - in branches/SAMBA_4_0/source/lib/replace: .

jelmer at samba.org jelmer at samba.org
Tue Apr 25 07:56:31 GMT 2006


Author: jelmer
Date: 2006-04-25 07:56:31 +0000 (Tue, 25 Apr 2006)
New Revision: 15226

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

Log:
Fix order of typedef specification - caught by kblin

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


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/replace.h
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/replace.h	2006-04-25 06:53:28 UTC (rev 15225)
+++ branches/SAMBA_4_0/source/lib/replace/replace.h	2006-04-25 07:56:31 UTC (rev 15226)
@@ -206,7 +206,7 @@
 
 #ifndef HAVE_BOOL
 #define __bool_true_false_are_defined
-typedef bool int;
+typedef int bool;
 #define false (0)
 #define true (1)
 #endif



More information about the samba-cvs mailing list