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:
committed by
Gerald (Jerry) Carter
parent
5f47bf1187
commit
8ebd20cf55
@@ -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)
|
||||
;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user