--- ray/src/rt/x11twind.c 1989/12/19 12:54:31 1.1 +++ ray/src/rt/x11twind.c 1990/01/19 00:00:35 1.2 @@ -20,6 +20,11 @@ static char SCCSid[] = "$SunId$ LBL"; #include "x11twind.h" +#ifndef BSD +#define bzero(d,n) (void)memset(d,0,n) +extern char *memset(); +#endif + #define checkcurs(t) if ((t)->cursor) togglecurs(t) #define restorecurs checkcurs