svn commit: samba r14082 - in branches/SAMBA_4_0/source/smbd: .

metze at samba.org metze at samba.org
Thu Mar 9 17:58:27 GMT 2006


Author: metze
Date: 2006-03-09 17:58:25 +0000 (Thu, 09 Mar 2006)
New Revision: 14082

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

Log:
fix the build of process model thread

metze
Modified:
   branches/SAMBA_4_0/source/smbd/process_thread.c


Changeset:
Modified: branches/SAMBA_4_0/source/smbd/process_thread.c
===================================================================
--- branches/SAMBA_4_0/source/smbd/process_thread.c	2006-03-09 17:56:29 UTC (rev 14081)
+++ branches/SAMBA_4_0/source/smbd/process_thread.c	2006-03-09 17:58:25 UTC (rev 14082)
@@ -33,7 +33,7 @@
 #include "lib/events/events.h"
 #include "dlinklist.h"
 #include "smb_server/smb_server.h"
-#include "mutex.h"
+#include "lib/util/mutex.h"
 
 /* For specifying event context to GSSAPI below */
 #include "system/kerberos.h"



More information about the samba-cvs mailing list