| # | Line 16 | Line 16 | static char RCSid[]="$Id$"; | |
|---|---|---|
| 16 | #include <io.h> /* _open_osfhandle */ | |
| 17 | #include <fcntl.h> /* _O_XXX */ | |
| 18 | ||
| 19 | < | #include "standard.h" |
| 19 | > | #include "rterror.h" |
| 20 | > | #include "rtio.h" |
| 21 | #include "rtprocess.h" | |
| 22 | ||
| 23 | ||
| # | Line 270 | Line 271 | open_process(SUBPROC *proc, char *av[]) | |
| 271 | { | |
| 272 | char *cmdpath; | |
| 273 | char *cmdstr; | |
| 273 | – | int res; |
| 274 | ||
| 275 | proc->running = 0; | |
| 276 | cmdpath = getpath(av[0], getenv("PATH"), X_OK); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |