Subject: CVS commit: src/sys/net
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 11/01/2007 20:37:48
Module Name:	src
Committed By:	dyoung
Date:		Thu Nov  1 20:37:48 UTC 2007

Modified Files:
	src/sys/net: if.c

Log Message:
Change a few malloc(9) + memset(3) pairs to malloc(..., ...|M_ZERO).


To generate a diff of this commit:
cvs rdiff -r1.202 -r1.203 src/sys/net/if.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.