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

metze at samba.org metze at samba.org
Wed Nov 3 13:26:58 GMT 2004


Author: metze
Date: 2004-11-03 13:26:58 +0000 (Wed, 03 Nov 2004)
New Revision: 3508

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

Log:
fix the build

(tridge: please don't forget this file next time :-)

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	2004-11-03 10:09:48 UTC (rev 3507)
+++ branches/SAMBA_4_0/source/smbd/process_thread.c	2004-11-03 13:26:58 UTC (rev 3508)
@@ -21,9 +21,11 @@
 */
 
 #include "includes.h"
+#include "events.h"
 #include "dlinklist.h"
 #include "smb_server/smb_server.h"
 #include "process_model.h"
+#include "include/system/wait.h"
 #include "pthread.h"
 #ifdef HAVE_BACKTRACE
 #include "execinfo.h"
@@ -50,7 +52,7 @@
   called when a listening socket becomes readable
 */
 static void thread_accept_connection(struct event_context *ev, struct fd_event *srv_fde, 
-			      time_t t, uint16_t flags)
+			      struct timeval t, uint16_t flags)
 {		
 	NTSTATUS status;
 	struct socket_context *sock;



More information about the samba-cvs mailing list