X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=source%2Fmodules%2Fvfs_readahead.c;fp=source%2Fmodules%2Fvfs_readahead.c;h=5b663a7b260041fa7f485a217f581ec16f349952;hb=f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f;hp=5dab8cb91615c7b1a5f8fa34d927cfa0c92a94bd;hpb=ea3173a9457f9095a70d401abfd1af8c913211a0;p=jerry%2Fsamba.git diff --git a/source/modules/vfs_readahead.c b/source/modules/vfs_readahead.c index 5dab8cb91..5b663a7b2 100644 --- a/source/modules/vfs_readahead.c +++ b/source/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; }; /*