replace with memset

This commit is contained in:
okan
2013-12-17 16:10:43 +00:00
parent 19fc7f666b
commit da2bea3ffa
4 changed files with 5 additions and 5 deletions

2
conf.c
View File

@@ -226,7 +226,7 @@ conf_init(struct conf *c)
{
u_int i;
bzero(c, sizeof(*c));
(void)memset(c, 0, sizeof(*c));
c->bwidth = CONF_BWIDTH;
c->mamount = CONF_MAMOUNT;