RIP BOOL. Convert BOOL -> bool. I found a few interesting
[nivanova/samba-autobuild/.git] / source3 / smbd / notify_inotify.c
index f332e4b3d24bd202aef93f414998d2b4e2e6d73a..73cee440d48ac1f5d85e66202fd2188975e14b54 100644 (file)
@@ -95,7 +95,7 @@ static int inotify_destructor(struct inotify_private *in)
   see if a particular event from inotify really does match a requested
   notify event in SMB
 */
-static BOOL filter_match(struct inotify_watch_context *w,
+static bool filter_match(struct inotify_watch_context *w,
                         struct inotify_event *e)
 {
        DEBUG(10, ("filter_match: e->mask=%x, w->mask=%x, w->filter=%x\n",