Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [kqueue] syssrc/sys/kern
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.
Home |
Main Index |
Thread Index |
Old Index