svn commit: samba r24070 - in branches: SAMBA_3_2/source/smbd SAMBA_3_2_0/source/smbd

vlendec at samba.org vlendec at samba.org
Sun Jul 29 16:40:50 GMT 2007


Author: vlendec
Date: 2007-07-29 16:40:45 +0000 (Sun, 29 Jul 2007)
New Revision: 24070

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

Log:
Apply some const
Modified:
   branches/SAMBA_3_2/source/smbd/blocking.c
   branches/SAMBA_3_2_0/source/smbd/blocking.c


Changeset:
Modified: branches/SAMBA_3_2/source/smbd/blocking.c
===================================================================
--- branches/SAMBA_3_2/source/smbd/blocking.c	2007-07-29 09:51:06 UTC (rev 24069)
+++ branches/SAMBA_3_2/source/smbd/blocking.c	2007-07-29 16:40:45 UTC (rev 24070)
@@ -151,7 +151,7 @@
 ****************************************************************************/
 
 BOOL push_blocking_lock_request( struct byte_range_lock *br_lck,
-		char *inbuf, int length,
+		const char *inbuf, int length,
 		files_struct *fsp,
 		int lock_timeout,
 		int lock_num,

Modified: branches/SAMBA_3_2_0/source/smbd/blocking.c
===================================================================
--- branches/SAMBA_3_2_0/source/smbd/blocking.c	2007-07-29 09:51:06 UTC (rev 24069)
+++ branches/SAMBA_3_2_0/source/smbd/blocking.c	2007-07-29 16:40:45 UTC (rev 24070)
@@ -81,7 +81,7 @@
 ****************************************************************************/
 
 BOOL push_blocking_lock_request( struct byte_range_lock *br_lck,
-		char *inbuf, int length,
+		const char *inbuf, int length,
 		files_struct *fsp,
 		int lock_timeout,
 		int lock_num,



More information about the samba-cvs mailing list