Subject: CVS commit: src/sys/net
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 05/16/2003 16:57:10
Module Name:	src
Committed By:	itojun
Date:		Fri May 16 16:57:10 UTC 2003

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

Log Message:
AF_LINK sockaddr has to be attached to ifp->if_addrlist until the end,
as many of the code assumes that TAILQ_FIRST(ifp->if_addrlist) is non-null.


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

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