| # | Line 74 | Line 74 | close_process( /* close pipes and wait for process */ | |
|---|---|---|
| 74 | SUBPROC *pd | |
| 75 | ) | |
| 76 | { | |
| 77 | < | int pid, status; |
| 77 | > | int status; |
| 78 | ||
| 79 | if (!pd->running) | |
| 80 | return(0); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |