RIP BOOL. Convert BOOL -> bool. I found a few interesting
[jerry/samba.git] / source / auth / auth_unix.c
index b79e7361d38875914ea40afbc5cdbdde6c407a26..4fca5bcbe4c79b819e499179b01e3c2c989fe578 100644 (file)
  *  
  *  this ugly hack needs to die, but not quite yet, I think people still use it...
  **/
-static BOOL update_smbpassword_file(const char *user, const char *password)
+static bool update_smbpassword_file(const char *user, const char *password)
 {
        struct samu     *sampass;
-       BOOL            ret;
+       bool            ret;
        
        if ( !(sampass = samu_new( NULL )) ) {
                return False;