mirror of
https://github.com/samba-team/samba.git
synced 2025-12-16 00:23:52 +03:00
RIP BOOL. Convert BOOL -> bool. I found a few interesting
bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy.
This commit is contained in:
@@ -63,7 +63,7 @@ static void sig_cld_leave_status(int signum)
|
||||
Block sigs.
|
||||
********************************************************************/
|
||||
|
||||
void BlockSignals(BOOL block,int signum)
|
||||
void BlockSignals(bool block,int signum)
|
||||
{
|
||||
#ifdef HAVE_SIGPROCMASK
|
||||
sigset_t set;
|
||||
|
||||
Reference in New Issue
Block a user