| # | Line 16 | Line 16 | static char SCCSid[] = "$SunId$ LBL"; | |
|---|---|---|
| 16 | ||
| 17 | #include "color.h" | |
| 18 | ||
| 19 | + | #ifndef BSD |
| 20 | + | #define vfork fork |
| 21 | + | #endif |
| 22 | + | |
| 23 | #define pscan(y) (ourpict+(y)*hresolu) | |
| 24 | #define zscan(y) (ourzbuf+(y)*hresolu) | |
| 25 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |