diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-04-10 07:33:14 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:19:16 -0500 |
commit | d442cca230ad27f2dc4b1cf3a33e21593f7d81e5 (patch) | |
tree | e1897bb626aa76c5a88b42d316a1518e41beef0b /source3/modules | |
parent | a0987247347e473e4802f9267773b0bff68f0187 (diff) | |
download | samba-d442cca230ad27f2dc4b1cf3a33e21593f7d81e5.tar.gz samba-d442cca230ad27f2dc4b1cf3a33e21593f7d81e5.tar.bz2 samba-d442cca230ad27f2dc4b1cf3a33e21593f7d81e5.zip |
r22146: Attempt to fix the build
(This used to be commit 825255c7600f2372c1702a0cecb309e9f22c087e)
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/vfs_readahead.c | 2 |
1 files changed, 1 insertions, 1 deletions
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")); |