| # | Line 21 | Line 21 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 21 | ||
| 22 | #include <fcntl.h> | |
| 23 | ||
| 24 | + | #include "rtprocess.h" |
| 25 | #include "meta.h" | |
| 26 | ||
| 27 | ||
| # | Line 48 | Line 49 | int argc; | |
| 49 | char **argv; | |
| 50 | ||
| 51 | { | |
| 52 | < | FILE *fp, *popen(); |
| 52 | > | FILE *fp; |
| 53 | char comargs[200], command[300]; | |
| 54 | short condonly = FALSE, conditioned = FALSE; | |
| 55 | ||
| # | Line 159 | Line 160 | PRIMITIVE *g; | |
| 160 | break; | |
| 161 | /* fall through */ | |
| 162 | ||
| 163 | < | case PPAUSE: |
| 163 | > | case PPAUS: |
| 164 | fflush(stdout); | |
| 165 | tty = open(TTY, O_RDWR); | |
| 166 | if (g->args != NULL) { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |