RIP BOOL. Convert BOOL -> bool. I found a few interesting
[kai/samba.git] / source / include / locking.h
index 35d9f4846702930bed11251109dfedc697e86ce2..b2b7236721d8add30109aa687acb366e4eb0a6e8 100644 (file)
@@ -54,8 +54,8 @@ struct file_id {
 struct byte_range_lock {
        struct files_struct *fsp;
        unsigned int num_locks;
-       BOOL modified;
-       BOOL read_only;
+       bool modified;
+       bool read_only;
        struct file_id key;
        struct lock_struct *lock_data;
        struct db_record *record;