1
0
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:
Andrew Tridgell
2004-11-01 20:21:54 +00:00
committed by Gerald (Jerry) Carter
parent 05dd840b6f
commit 73ea8ee6c2
26 changed files with 147 additions and 650 deletions

View File

@@ -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)
;
/*