--- ray/src/hd/rholo4.c 2003/06/26 00:58:10 3.30 +++ ray/src/hd/rholo4.c 2003/07/21 22:30:18 3.34 @@ -1,15 +1,15 @@ #ifndef lint -static const char RCSid[] = "$Id: rholo4.c,v 3.30 2003/06/26 00:58:10 schorsch Exp $"; +static const char RCSid[] = "$Id: rholo4.c,v 3.34 2003/07/21 22:30:18 schorsch Exp $"; #endif /* * Holodeck display process communication */ -#include - #include "rholo.h" #include "rhdisp.h" #include "rtprocess.h" +#include +#include #ifndef HDSUF #define HDSUF ".hdi" @@ -76,7 +76,7 @@ char *dname; } /* write out hologram grids & octrees */ for (i = 0; hdlist[i] != NULL; i++) { - bcopy((void *)hdlist[i], buf, sizeof(HDGRID)); + memcpy(buf, (void *)hdlist[i], sizeof(HDGRID)); len = sizeof(HDGRID); n = vdef(GEOMETRY); sfn = i