svn commit: samba r5749 - in branches/SAMBA_3_0/source/torture: .

jerry at samba.org jerry at samba.org
Fri Mar 11 16:13:46 GMT 2005


Author: jerry
Date: 2005-03-11 16:13:46 +0000 (Fri, 11 Mar 2005)
New Revision: 5749

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

Log:
fix some build issues
Modified:
   branches/SAMBA_3_0/source/torture/masktest.c
   branches/SAMBA_3_0/source/torture/nbio.c


Changeset:
Modified: branches/SAMBA_3_0/source/torture/masktest.c
===================================================================
--- branches/SAMBA_3_0/source/torture/masktest.c	2005-03-11 15:56:24 UTC (rev 5748)
+++ branches/SAMBA_3_0/source/torture/masktest.c	2005-03-11 16:13:46 UTC (rev 5749)
@@ -255,7 +255,7 @@
 static char *resultp;
 static file_info *f_info;
 
-static void listfn(file_info *f, const char *s, void *state)
+static void listfn(const char *mnt, file_info *f, const char *s, void *state)
 {
 	if (strcmp(f->name,".") == 0) {
 		resultp[0] = '+';

Modified: branches/SAMBA_3_0/source/torture/nbio.c
===================================================================
--- branches/SAMBA_3_0/source/torture/nbio.c	2005-03-11 15:56:24 UTC (rev 5748)
+++ branches/SAMBA_3_0/source/torture/nbio.c	2005-03-11 16:13:46 UTC (rev 5749)
@@ -257,7 +257,7 @@
 	cli_dskattr(c, &bsize, &total, &avail);
 }
 
-static void find_fn(file_info *finfo, const char *name, void *state)
+static void find_fn(const char *mnt, file_info *finfo, const char *name, void *state)
 {
 	/* noop */
 }
@@ -276,7 +276,7 @@
 
 static int total_deleted;
 
-static void delete_fn(file_info *finfo, const char *name, void *state)
+static void delete_fn(const char *mnt, file_info *finfo, const char *name, void *state)
 {
 	char *s, *n;
 	if (finfo->name[0] == '.') return;



More information about the samba-cvs mailing list