mirror of
https://github.com/samba-team/samba.git
synced 2025-10-22 07:33:16 +03:00
r3441: some include file cleanups and general housekeeping
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
05dd840b6f
commit
73ea8ee6c2
@@ -27,7 +27,7 @@
|
||||
|
||||
static void sig_cld(int signum)
|
||||
{
|
||||
while (sys_waitpid((pid_t)-1,(int *)NULL, WNOHANG) > 0)
|
||||
while (waitpid((pid_t)-1,(int *)NULL, WNOHANG) > 0)
|
||||
;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user