--- ray/src/hd/rholo4.c 1999/08/05 13:51:21 3.27 +++ ray/src/hd/rholo4.c 2003/05/13 17:58:33 3.29 @@ -1,9 +1,6 @@ -/* Copyright (c) 1999 Silicon Graphics, Inc. */ - #ifndef lint -static char SCCSid[] = "$SunId$ SGI"; +static const char RCSid[] = "$Id: rholo4.c,v 3.29 2003/05/13 17:58:33 greg Exp $"; #endif - /* * Holodeck display process communication */ @@ -77,7 +74,7 @@ char *dname; } /* write out hologram grids & octrees */ for (i = 0; hdlist[i] != NULL; i++) { - bcopy((char *)hdlist[i], buf, sizeof(HDGRID)); + bcopy((void *)hdlist[i], buf, sizeof(HDGRID)); len = sizeof(HDGRID); n = vdef(GEOMETRY); sfn = i