mountmgr.sys: Use BOOL type where appropriate.
This commit is contained in:
parent
4cece0dd43
commit
290cd16358
|
@ -534,7 +534,7 @@ static void set_drive_info( struct dos_drive *drive, int letter, struct volume *
|
|||
}
|
||||
}
|
||||
|
||||
static inline int is_valid_device( struct stat *st )
|
||||
static inline BOOL is_valid_device( struct stat *st )
|
||||
{
|
||||
#if defined(linux) || defined(__sun__)
|
||||
return S_ISBLK( st->st_mode );
|
||||
|
|
Loading…
Reference in New Issue