You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/mail-filter/procmail/files/procmail-maxprocs-fix.diff

12 lines
465 B

--- src/formisc.c.orig 2006-01-22 00:35:30.000000000 -0800
+++ src/formisc.c 2006-01-22 00:35:55.000000000 -0800
@@ -183,7 +183,7 @@
retval=excode;
} /* reap some children */
while(childlimit&&children>=childlimit||(child=fork())==-1&&children)
- for(--children;(excode=waitfor((pid_t)0))!=NO_PROCESS;)
+ for(;(excode=waitfor((pid_t)0))!=NO_PROCESS;)
{ if(excode!=EXIT_SUCCESS)
retval=excode;
if(--children<=maxchild)