svn commit: samba r15034 - branches/SAMBA_3_0/source/torture trunk/source/torture

vlendec at samba.org vlendec at samba.org
Tue Apr 11 06:35:37 GMT 2006


Author: vlendec
Date: 2006-04-11 06:35:36 +0000 (Tue, 11 Apr 2006)
New Revision: 15034

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

Log:
Attempt to make the build farm happy
Modified:
   branches/SAMBA_3_0/source/torture/vfstest.c
   trunk/source/torture/vfstest.c


Changeset:
Modified: branches/SAMBA_3_0/source/torture/vfstest.c
===================================================================
--- branches/SAMBA_3_0/source/torture/vfstest.c	2006-04-11 04:40:11 UTC (rev 15033)
+++ branches/SAMBA_3_0/source/torture/vfstest.c	2006-04-11 06:35:36 UTC (rev 15034)
@@ -410,7 +410,7 @@
 	exit(0);
 }
 
-void exit_server_cleanly(void)
+void exit_server_cleanly(const char *const reason)
 {
 	exit_server("normal exit");
 }

Modified: trunk/source/torture/vfstest.c
===================================================================
--- trunk/source/torture/vfstest.c	2006-04-11 04:40:11 UTC (rev 15033)
+++ trunk/source/torture/vfstest.c	2006-04-11 06:35:36 UTC (rev 15034)
@@ -410,7 +410,7 @@
 	exit(0);
 }
 
-void exit_server_cleanly(void)
+void exit_server_cleanly(const char *const reason)
 {
 	exit_server("normal exit");
 }



More information about the samba-cvs mailing list