Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.hut.fi>
List: source-changes
Date: 02/10/2001 04:10:15
Module Name:	syssrc
Committed By:	itojun
Date:		Sat Feb 10 02:10:15 UTC 2001

Modified Files:
	syssrc/sys/netinet6: ip6_mroute.h

Log Message:
fix if_set for architectures with sizeof(long) != 4.  IF_xxx behaved badly.
(no fear of overrun, since index was mistakenly computed to too small value)


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 syssrc/sys/netinet6/ip6_mroute.h

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