diff options
Diffstat (limited to 'source3/modules/vfs_readahead.c')
-rw-r--r-- | source3/modules/vfs_readahead.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/modules/vfs_readahead.c b/source3/modules/vfs_readahead.c index 5dab8cb916..5b663a7b26 100644 --- a/source3/modules/vfs_readahead.c +++ b/source3/modules/vfs_readahead.c @@ -18,13 +18,13 @@ #include "includes.h" #if !defined(HAVE_LINUX_READAHEAD) && !defined(HAVE_POSIX_FADVISE) -static BOOL didmsg; +static bool didmsg; #endif struct readahead_data { SMB_OFF_T off_bound; SMB_OFF_T len; - BOOL didmsg; + bool didmsg; }; /* |