convert-from-bsd-to-posix-string-and-memory-functions-20010807
[openafs.git] / src / bucoord / dump_sched.c
index f4b0279..070c25e 100644 (file)
@@ -394,7 +394,7 @@ bc_ParseDumpSchedule()
            return (BC_INTERNALERROR);
        }
        tds = (struct bc_dumpSchedule *)malloc(sizeof(struct bc_dumpSchedule));
-       bzero(tds, sizeof(*tds));
+       memset(tds, 0, sizeof(*tds));
 
        tds->next = (struct bc_dumpSchedule *) 0;
        tds->name = (char *) malloc(strlen(dsname)+1);