svn commit: samba r2493 - in branches/SAMBA_4_0/source/lib/tdb/include: .

tridge at samba.org tridge at samba.org
Wed Sep 22 05:12:22 GMT 2004


Author: tridge
Date: 2004-09-22 05:12:21 +0000 (Wed, 22 Sep 2004)
New Revision: 2493

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/lib/tdb/include&rev=2493&nolog=1

Log:
allow tdb to build standalone

Modified:
   branches/SAMBA_4_0/source/lib/tdb/include/tdb.h


Changeset:
Modified: branches/SAMBA_4_0/source/lib/tdb/include/tdb.h
===================================================================
--- branches/SAMBA_4_0/source/lib/tdb/include/tdb.h	2004-09-22 04:17:25 UTC (rev 2492)
+++ branches/SAMBA_4_0/source/lib/tdb/include/tdb.h	2004-09-22 05:12:21 UTC (rev 2493)
@@ -85,6 +85,10 @@
 	u32 hash;
 };
 
+#ifndef PRINTF_ATTRIBUTE
+#define PRINTF_ATTRIBUTE(a,b)
+#endif
+
 /* this is the context structure that is returned from a db open */
 typedef struct tdb_context {
 	char *name; /* the name of the database */



More information about the samba-cvs mailing list