From: Volker Lendecke Date: Tue, 10 Apr 2007 07:33:14 +0000 (+0000) Subject: r22146: Attempt to fix the build X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~742 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=825255c7600f2372c1702a0cecb309e9f22c087e;p=thirdparty%2Fsamba.git r22146: Attempt to fix the build --- diff --git a/source/modules/vfs_readahead.c b/source/modules/vfs_readahead.c index 550562d03d0..2f4b6e7f74b 100644 --- a/source/modules/vfs_readahead.c +++ b/source/modules/vfs_readahead.c @@ -106,7 +106,7 @@ static ssize_t readahead_pread(vfs_handle_struct *handle, (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"));