| # | Line 28 | Line 28 | |
|---|---|---|
| 28 | #define popen(cmd,mode) win_popen(cmd,mode) | |
| 29 | #define pclose(p) win_pclose(p) | |
| 30 | #else | |
| 31 | + | #include <stdio.h> |
| 32 | #include <sys/param.h> | |
| 33 | #endif | |
| 34 | ||
| 35 | #include "paths.h" | |
| 35 | – | |
| 36 | – | #if !defined(BSD) || defined(sparc) |
| 37 | – | #define vfork fork |
| 38 | – | #endif |
| 36 | ||
| 37 | #ifdef __cplusplus | |
| 38 | extern "C" { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |