Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 05/11/2001 21:38:04
Module Name:	syssrc
Committed By:	itojun
Date:		Fri May 11 18:38:04 UTC 2001

Modified Files:
	syssrc/sys/netinet6: in6_pcb.c

Log Message:
there's no need to #if NFAITH here.  IN6P_FAITH can be set even on
NFAITH == 0 kernel, it is safer to always check the condition.
sync with kame.


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 syssrc/sys/netinet6/in6_pcb.c

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