Subject: CVS commit: src/sys/net
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 12/06/2007 02:23:42
Module Name:	src
Committed By:	dyoung
Date:		Thu Dec  6 02:23:42 UTC 2007

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

Log Message:
Fix a serious regression: insert new ifaddrs at the end of if_addrlist,
not at the front, because the first ifaddr on the list has special
significance (grrr).


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

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