1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r22146: Attempt to fix the build

This commit is contained in:
Volker Lendecke 2007-04-10 07:33:14 +00:00 committed by Gerald (Jerry) Carter
parent 38404c990d
commit 825255c760

View File

@ -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"));