| # | Line 16 | Line 16 | |
|---|---|---|
| 16 | #include <process.h> /* getpid() and others */ | |
| 17 | #define getpid _getpid | |
| 18 | #define execv _execv | |
| 19 | + | #define execvp _execvp |
| 20 | #else | |
| 21 | #include <sys/param.h> | |
| 22 | #include <sys/types.h> | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |