1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-21 15:45:02 +00:00

Remove redundant bzero.

Submitted by:	Pavlin Radoslavov <pavlin@icir.org>
This commit is contained in:
Jeffrey Hsu 2003-08-24 08:27:57 +00:00
parent d08ffe8451
commit 578c5e1212
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119401

View File

@ -397,7 +397,6 @@ X_ip_mrouter_set(struct socket *so, struct sockopt *sopt)
case MRT_ADD_MFC:
case MRT_DEL_MFC:
bzero((caddr_t)&mfc, sizeof(mfc)); /* zero out all fields */
/*
* select data size depending on API version.
*/