Subject: CVS commit: src/sys/net
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 08/07/2007 04:14:37
Module Name:	src
Committed By:	dyoung
Date:		Tue Aug  7 04:14:37 UTC 2007

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

Log Message:
In if_alloc_sadl(), use sockaddr_dl_init() and satocsdl().  Introduce
variable 'mask' for the netmask, and use it instead of assigning
to 'sdl' twice.

In ifa_ifwithnet(), use satocsdl().


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

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