Subject: CVS commit: [netbsd-2-0] src/sys/netinet
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 07/10/2004 12:42:37
Module Name:	src
Committed By:	tron
Date:		Sat Jul 10 12:42:37 UTC 2004

Modified Files:
	src/sys/netinet [netbsd-2-0]: in.c

Log Message:
Pull up revision 1.97 (requested by mycroft in ticket #615):
Fix SIOCSIFNETMASK -- it needs to use in_ifscrub() and in_ifinit() to update
the interface route and various internal state.  Also, it should use an ifreq,
not an if_aliasreq.  Addresses PR 9604.  (Nothing in our source tree uses
SIOCSIFNETMASK, though.  Perhaps it should be deprecated.)


To generate a diff of this commit:
cvs rdiff -r1.93 -r1.93.2.1 src/sys/netinet/in.c

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