RIP BOOL. Convert BOOL -> bool. I found a few interesting
[jerry/samba.git] / source / modules / vfs_readahead.c
index 5dab8cb91615c7b1a5f8fa34d927cfa0c92a94bd..5b663a7b260041fa7f485a217f581ec16f349952 100644 (file)
 #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;
 };
 
 /*