Author: jra
Date: 2006-03-10 17:51:22 +0000 (Fri, 10 Mar 2006)
New Revision: 14166

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

Log:
Fix const warning.
Jeremy.

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


Changeset:
Modified: branches/SAMBA_3_0/source/client/umount.cifs.c
===================================================================
--- branches/SAMBA_3_0/source/client/umount.cifs.c      2006-03-10 16:52:46 UTC 
(rev 14165)
+++ branches/SAMBA_3_0/source/client/umount.cifs.c      2006-03-10 17:51:22 UTC 
(rev 14166)
@@ -83,7 +83,7 @@
        { NULL, 0, NULL, 0 }
 };
 
-char * thisprogram;
+const char * thisprogram;
 int verboseflg = 0;
 
 static void umount_cifs_usage(void)

Reply via email to