=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/Attic/mdoc_strings.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- src/usr.bin/mandoc/Attic/mdoc_strings.c 2009/10/27 21:40:07 1.10 +++ src/usr.bin/mandoc/Attic/mdoc_strings.c 2009/12/22 23:58:00 1.11 @@ -1,4 +1,4 @@ -/* $Id: mdoc_strings.c,v 1.10 2009/10/27 21:40:07 schwarze Exp $ */ +/* $Id: mdoc_strings.c,v 1.11 2009/12/22 23:58:00 schwarze Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -127,7 +127,7 @@ struct tm tm; char *pp; - bzero(&tm, sizeof(struct tm)); + memset(&tm, 0, sizeof(struct tm)); if (0 == strcmp(p, "$" "Mdocdate$")) return(time(NULL));