RIP BOOL. Convert BOOL -> bool. I found a few interesting
[jerry/samba.git] / source / include / msdfs.h
index 717bc85ed544da587cd575952b23525ef46291b4..c5bfac68d114c78ac4d2745d01d4301e1cd7b302 100644 (file)
@@ -61,7 +61,7 @@ struct dfs_path {
        char *hostname;
        char *servicename;
        char *reqpath;
-       BOOL posix_path;
+       bool posix_path;
 };
 
 #define init_dfsroot(conn, inbuf, outbuf)                      \