svn commit: samba r14006 - in branches/SAMBA_3_0/source/client: .

jra at samba.org jra at samba.org
Wed Mar 8 01:40:18 GMT 2006


Author: jra
Date: 2006-03-08 01:40:15 +0000 (Wed, 08 Mar 2006)
New Revision: 14006

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

Log:
Fix a couple of irritating warnings.
Jeremy.

Modified:
   branches/SAMBA_3_0/source/client/mount.cifs.c


Changeset:
Modified: branches/SAMBA_3_0/source/client/mount.cifs.c
===================================================================
--- branches/SAMBA_3_0/source/client/mount.cifs.c	2006-03-08 01:39:58 UTC (rev 14005)
+++ branches/SAMBA_3_0/source/client/mount.cifs.c	2006-03-08 01:40:15 UTC (rev 14006)
@@ -59,7 +59,7 @@
 #define MS_MOVE 8192 
 #endif 
 
-char * thisprogram;
+const char *thisprogram;
 int verboseflag = 0;
 static int got_password = 0;
 static int got_user = 0;
@@ -301,7 +301,7 @@
 
 static int parse_options(char ** optionsp, int * filesys_flags)
 {
-	char * data;
+	const char * data;
 	char * percent_char = NULL;
 	char * value = NULL;
 	char * next_keyword = NULL;



More information about the samba-cvs mailing list