--- ray/src/common/rexpr.c 1990/12/08 09:28:17 1.1 +++ ray/src/common/rexpr.c 1991/07/16 10:51:42 1.2 @@ -24,6 +24,10 @@ static char SCCSid[] = "$SunId$ LBL"; #define same(a,b) (a==b || (iflag && (a^b)==' ' && isalpha(a))) +#ifdef BSD +#define memcpy(to,from,len) bcopy(from,to,len) +#endif + static char expbuf[ESIZE]; static int iflag; static int circf;