| # | Line 13 | Line 13 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 13 | #include <sys/types.h> | |
| 14 | #include <sys/wait.h> | |
| 15 | #include <fcntl.h> | |
| 16 | + | #include <stdlib.h> |
| 17 | ||
| 18 | #include "rtprocess.h" | |
| 19 | + | #include "rtio.h" |
| 20 | ||
| 21 | ||
| 22 | int | |
| # | Line 23 | Line 25 | SUBPROC *pd, | |
| 25 | char *av[] | |
| 26 | ) | |
| 27 | { | |
| 26 | – | extern char *getpath(), *getenv(); |
| 28 | char *compath; | |
| 29 | int p0[2], p1[2]; | |
| 30 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |