From d442cca230ad27f2dc4b1cf3a33e21593f7d81e5 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 10 Apr 2007 07:33:14 +0000 Subject: r22146: Attempt to fix the build (This used to be commit 825255c7600f2372c1702a0cecb309e9f22c087e) --- source3/modules/vfs_readahead.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/modules') diff --git a/source3/modules/vfs_readahead.c b/source3/modules/vfs_readahead.c index 550562d03d..2f4b6e7f74 100644 --- a/source3/modules/vfs_readahead.c +++ b/source3/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")); -- cgit