| # | Line 277 | Line 277 | done_rtrace() /* clean up and close rtrace calculati | |
|---|---|---|
| 277 | int status; | |
| 278 | /* already closed? */ | |
| 279 | if (!nprocs) | |
| 280 | < | return; |
| 280 | > | return(0); |
| 281 | /* flush beam queue */ | |
| 282 | done_packets(flush_queue()); | |
| 283 | /* sync holodeck */ | |
| # | Line 348 | Line 348 | getradfile() /* run rad and get needed variables */ | |
| 348 | pippt = NULL; | |
| 349 | } | |
| 350 | if (pippt != NULL) | |
| 351 | < | strcpy(pippt, "> /dev/null"); /* nothing to match */ |
| 351 | > | strcpy(pippt, "> " NULL_DEVICE); /* nothing to match */ |
| 352 | else | |
| 353 | sprintf(cp, ")[ \t]*=' > %s", tf2); | |
| 354 | #ifdef DEBUG | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |