svn commit: samba r22146 - in branches: SAMBA_3_0/source/modules SAMBA_3_0_25/source/modules

vlendec at samba.org vlendec at samba.org
Tue Apr 10 07:33:14 GMT 2007


Author: vlendec
Date: 2007-04-10 07:33:14 +0000 (Tue, 10 Apr 2007)
New Revision: 22146

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

Log:
Attempt to fix the build
Modified:
   branches/SAMBA_3_0/source/modules/vfs_readahead.c
   branches/SAMBA_3_0_25/source/modules/vfs_readahead.c


Changeset:
Modified: branches/SAMBA_3_0/source/modules/vfs_readahead.c
===================================================================
--- branches/SAMBA_3_0/source/modules/vfs_readahead.c	2007-04-09 21:01:46 UTC (rev 22145)
+++ branches/SAMBA_3_0/source/modules/vfs_readahead.c	2007-04-10 07:33:14 UTC (rev 22146)
@@ -106,7 +106,7 @@
 			(unsigned int)fd,
 			(unsigned long long)offset,
 			(unsigned int)rhd->len,
-			(err ));
+			err ));
 #else
 		if (!rhd->didmsg) {
 			DEBUG(0,("readahead_pread: no readahead on this platform\n"));

Modified: branches/SAMBA_3_0_25/source/modules/vfs_readahead.c
===================================================================
--- branches/SAMBA_3_0_25/source/modules/vfs_readahead.c	2007-04-09 21:01:46 UTC (rev 22145)
+++ branches/SAMBA_3_0_25/source/modules/vfs_readahead.c	2007-04-10 07:33:14 UTC (rev 22146)
@@ -106,7 +106,7 @@
 			(unsigned int)fd,
 			(unsigned long long)offset,
 			(unsigned int)rhd->len,
-			(err ));
+			err ));
 #else
 		if (!rhd->didmsg) {
 			DEBUG(0,("readahead_pread: no readahead on this platform\n"));



More information about the samba-cvs mailing list