svn commit: samba r26017 - in branches/SAMBA_4_0/source/lib/gencache: .

metze at samba.org metze at samba.org
Sat Nov 17 22:46:39 GMT 2007


Author: metze
Date: 2007-11-17 22:46:39 +0000 (Sat, 17 Nov 2007)
New Revision: 26017

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

Log:
db_wrap.h doesn't exist anymore and we now need tdb_wrap.h

metze

Modified:
   branches/SAMBA_4_0/source/lib/gencache/gencache.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/gencache/gencache.c
===================================================================
--- branches/SAMBA_4_0/source/lib/gencache/gencache.c	2007-11-17 22:45:36 UTC (rev 26016)
+++ branches/SAMBA_4_0/source/lib/gencache/gencache.c	2007-11-17 22:46:39 UTC (rev 26017)
@@ -23,7 +23,7 @@
 #include "includes.h"
 #include "system/time.h"
 #include "system/filesys.h"
-#include "db_wrap.h"
+#include "tdb_wrap.h"
 #include "lib/gencache/gencache.h"
 
 #define TIMEOUT_LEN 12



More information about the samba-cvs mailing list