Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 10/10/1999 02:07:33
Module Name:	syssrc
Committed By:	mrg
Date:		Sun Oct 10 09:07:33 UTC 1999

Modified Files:
	syssrc/sys/net: pfil.c

Log Message:
pass a pointer to the list, rather than passing a copy of it, when removing
functions from the pfil hook lists.  this fixes the "missing function" problem.
also, re-add support for WAITOK that was lost several deltas ago.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 syssrc/sys/net/pfil.c

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