| # | Line 16 | Line 16 | static char SCCSid[] = "$SunId$ LBL"; | |
|---|---|---|
| 16 | ||
| 17 | #include "xtwind.h" | |
| 18 | ||
| 19 | + | #ifndef BSD |
| 20 | + | #define bzero(d,n) (void)memset(d,0,n) |
| 21 | + | extern char *memset(); |
| 22 | + | #endif |
| 23 | + | |
| 24 | #define checkcurs(t) if ((t)->cursor) togglecurs(t) | |
| 25 | ||
| 26 | #define restorecurs checkcurs | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |