1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-22 07:33:16 +03:00

r3445: made the gtk tooks use minimal includes. This approximately halves the

total include lines in compiling C files in Samba (the .gch file is
now 5M instead of 12M)

This also gets rid of the silly gtk compile warning for non-gtk code
This commit is contained in:
Andrew Tridgell
2004-11-01 23:37:12 +00:00
committed by Gerald (Jerry) Carter
parent 5f47bf1187
commit 8ebd20cf55
18 changed files with 74 additions and 32 deletions

View File

@@ -27,7 +27,7 @@
static void sig_cld(int signum)
{
while (waitpid((pid_t)-1,(int *)NULL, WNOHANG) > 0)
while (sys_waitpid((pid_t)-1,(int *)NULL, WNOHANG) > 0)
;
/*