convert-from-bsd-to-posix-string-and-memory-functions-20010807
[openafs.git] / src / ntp / ntp_adjust.c
index 911ce46..3cacaa1 100644 (file)
@@ -287,7 +287,7 @@ ZeroAIXcum()
     if (debug > 6)
        printf ("Zeroing aix_adjtime accumulation: %d %d\n",
                cum.tv_sec, cum.tv_usec);
-    bzero (&cum, sizeof(cum));
+    memset(&cum, 0, sizeof(cum));
 }
 
 int adjtime(newdelta, olddelta)