| 329 | 
  | 
                        ocres = close(pd[i].w); | 
| 330 | 
  | 
                        icres = close(pd[i].r); | 
| 331 | 
  | 
                        pd[i].running = 0; | 
| 332 | 
< | 
                } | 
| 333 | 
< | 
                if(ocres != 0 || icres != 0) { | 
| 334 | 
< | 
                        /* something went wrong: enforce infanticide */ | 
| 335 | 
< | 
                        /* other than that, it looks like we want to ignore errors here */ | 
| 336 | 
< | 
                        win_kill(pd[i].pid, 0); | 
| 332 | 
> | 
                        if(ocres != 0 || icres != 0) { | 
| 333 | 
> | 
                                /* something went wrong: enforce infanticide */ | 
| 334 | 
> | 
                                /* other than that, it looks like we want to ignore errors here */ | 
| 335 | 
> | 
                                win_kill(pd[i].pid, 0); | 
| 336 | 
> | 
                        } | 
| 337 | 
  | 
                } | 
| 338 | 
  | 
                pd[i].pid = 0; | 
| 339 | 
  | 
        } |