about summary refs log tree commit diff
path: root/conf.c
diff options
context:
space:
mode:
authorokan <okan>2013-12-17 16:12:18 +0000
committerokan <okan>2013-12-17 16:12:18 +0000
commitb387351df1593020665df5e5ee5d86d16ad8b7d6 (patch)
tree2d577eef9616b93d2ca34c840fb507a6715f6912 /conf.c
parent291e0dc088364c1218b12635d5dcfbc200a91c46 (diff)
parent9b8dc1ba7f9af194a19f7cd1c34bfa051250cc18 (diff)
downloadcwm-b387351df1593020665df5e5ee5d86d16ad8b7d6.tar.gz
cwm-b387351df1593020665df5e5ee5d86d16ad8b7d6.tar.xz
cwm-b387351df1593020665df5e5ee5d86d16ad8b7d6.zip
cvsimport
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.c b/conf.c
index 4681307..50d1069 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;