RIP BOOL. Convert BOOL -> bool. I found a few interesting
[jerry/samba.git] / source / modules / vfs_cacheprime.c
index c6f7fad906830e71a03caa57261b4631bf1c4bb8..9574087d9d3a5307fb413d0d176d339198c3effd 100644 (file)
@@ -45,7 +45,7 @@ static void * g_readbuf = NULL;
  * per-fsp data to make sure we only ever do this once. If pread is being
  * emulated by seek/read/seek, when this will suck quite a lot.
  */
-static BOOL prime_cache(
+static bool prime_cache(
             struct vfs_handle_struct *  handle,
                        files_struct *                  fsp,
                        int                                     fd,