# | Line 9 | Line 9 | static const char RCSid[] = "$Id$"; | |
---|---|---|
9 | ||
10 | #include <fcntl.h> | |
11 | ||
12 | + | #include "platform.h" |
13 | + | #include "rtprocess.h" |
14 | #include "meta.h" | |
15 | ||
16 | ||
# | Line 79 | Line 81 | main(argc, argv) | |
81 | int argc; | |
82 | char **argv; | |
83 | { | |
84 | < | FILE *fp, *popen(); |
84 | > | FILE *fp; |
85 | char comargs[200], shcom[300]; | |
86 | short condonly = FALSE, conditioned = FALSE; | |
87 | ||
# | Line 187 | Line 189 | PRIMITIVE *g; | |
189 | break; | |
190 | /* fall through */ | |
191 | ||
192 | < | case PPAUSE: |
192 | > | case PPAUS: |
193 | fflush(stdout); | |
194 | tty = open(TTY, O_RDWR); | |
195 | if (g->args != NULL) { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |