*** jobs.c.orig 2012-07-27 15:29:54.283862562 +0200 --- jobs.c 2012-07-27 15:29:51.960238374 +0200 *************** *** 1897,1903 **** --- 1897,1906 ---- #endif + #if 0 if (pid_wrap > 0) + #endif delete_old_job (pid); + #if 0 #if !defined (RECYCLES_PIDS) /* Only check for saved status if we've saved more than CHILD_MAX *************** *** 1905,1908 **** --- 1908,1912 ---- if ((js.c_reaped + bgpids.npid) >= js.c_childmax) #endif + #endif bgp_delete (pid); /* new process, discard any saved status */