Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 03/29/1997 03:10:02
thorpej
Fri Mar 28 19:03:10 PST 1997
Update of /cvsroot/src/sys/lkm/netinet/if_ipl
In directory netbsd1:/var/slash-tmp/cvs-serv14168

Modified Files:
	Makefile mln_ipl.c 
Log Message:
Make this compile again in light of recent changes:
	- adjust for new ipl_attach()/ipl_detach() names.
	- In ipl_load(), so not implicitly call ipl_attach(), since
	  doing so would be inconsistent with the behavior exhibited
	  by the statically-configured version.


thorpej
Fri Mar 28 19:05:15 PST 1997
Update of /cvsroot/src/sys/netinet
In directory netbsd1:/var/slash-tmp/cvs-serv14373

Modified Files:
	ip_fil.c ip_fil.h 
Log Message:
Centralize the check for NetBSD PFIL_HOOKS code into ip_fil.h, and use
it consistently.