--- ray/src/common/readobj.c 2003/06/20 00:25:49 2.15 +++ ray/src/common/readobj.c 2003/10/22 02:06:34 2.17 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: readobj.c,v 2.15 2003/06/20 00:25:49 greg Exp $"; +static const char RCSid[] = "$Id: readobj.c,v 2.17 2003/10/22 02:06:34 greg Exp $"; #endif /* * readobj.c - routines for reading in object descriptions. @@ -10,11 +10,11 @@ static const char RCSid[] = "$Id: readobj.c,v 2.15 200 #include "copyright.h" #include +#include #include -#include -#include "standard.h" #include "platform.h" +#include "standard.h" #include "object.h" #include "otypes.h" @@ -181,7 +181,7 @@ int firstobj, nobjs; free_os(o); /* free client memory */ freeqstr(o->oname); freefargs(&o->oargs); - bzero((void *)o, sizeof(OBJREC)); + memset((void *)o, '\0', sizeof(OBJREC)); } clearobjndx(); /* free objects off end */