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

tpot at samba.org tpot at samba.org
Thu Jun 16 06:39:41 GMT 2005


Author: tpot
Date: 2005-06-16 06:39:41 +0000 (Thu, 16 Jun 2005)
New Revision: 7627

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

Log:
Fix warning in unused (?) function.

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


Changeset:
Modified: branches/SAMBA_4_0/source/lib/util_file.c
===================================================================
--- branches/SAMBA_4_0/source/lib/util_file.c	2005-06-16 05:39:40 UTC (rev 7626)
+++ branches/SAMBA_4_0/source/lib/util_file.c	2005-06-16 06:39:41 UTC (rev 7627)
@@ -115,7 +115,7 @@
 Blanks at the start or end of a line are stripped.
 The string will be allocated if s2 is NULL
 ****************************************************************************/
-char *fgets_slash(char *s2,int maxlen,FILE *f)
+char *fgets_slash(char *s2,int maxlen,XFILE *f)
 {
   char *s=s2;
   int len = 0;



More information about the samba-cvs mailing list