Subject: CVS commit: [kqueue] syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 03/17/2002 21:53:07
Module Name:	syssrc
Committed By:	jdolecek
Date:		Sun Mar 17 19:53:07 UTC 2002

Modified Files:
	syssrc/sys/kern [kqueue]: kern_event.c

Log Message:
some more comment indentation fixes
kfilter_register(): use free() instead of FREE() - the memory is allocated
	using malloc(), not MALLOC()
filt_procdetach(): fix the KASSERT() to not fire spuriously


To generate a diff of this commit:
cvs rdiff -r1.1.1.1.2.10 -r1.1.1.1.2.11 syssrc/sys/kern/kern_event.c

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