From da2bea3ffac03b74709fa4d9d3f12582f1912917 Mon Sep 17 00:00:00 2001 From: okan Date: Tue, 17 Dec 2013 16:10:43 +0000 Subject: replace with memset --- conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf.c') diff --git a/conf.c b/conf.c index 9ac0414..426170f 100644 --- a/conf.c +++ b/conf.c @@ -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; -- cgit 1.4.1