svn commit: samba r18731 - in branches/SAMBA_3_0/source/tdb/include: .

metze at samba.org metze at samba.org
Wed Sep 20 18:15:47 GMT 2006


Author: metze
Date: 2006-09-20 18:15:46 +0000 (Wed, 20 Sep 2006)
New Revision: 18731

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

Log:
fix the build on aix

metze
Modified:
   branches/SAMBA_3_0/source/tdb/include/tdbutil.h


Changeset:
Modified: branches/SAMBA_3_0/source/tdb/include/tdbutil.h
===================================================================
--- branches/SAMBA_3_0/source/tdb/include/tdbutil.h	2006-09-20 18:10:56 UTC (rev 18730)
+++ branches/SAMBA_3_0/source/tdb/include/tdbutil.h	2006-09-20 18:15:46 UTC (rev 18731)
@@ -23,6 +23,11 @@
 
 #include "tdb.h"
 
+#ifndef _BOOL
+typedef int BOOL;
+#define _BOOL
+#endif
+
 /* single node of a list returned by tdb_search_keys */
 typedef struct keys_node 
 {



More information about the samba-cvs mailing list