gad 2004/03/30 07:10:50 PST
FreeBSD src repository
Modified files:
usr.bin/pkill pkill.c
Log:
Use KERN_PROC_PROC instead of KERN_PROC_ALL on the call to kvm_getprocs(),
so we get one line per process instead of one for each kernel-thread.
Noticed by: ache & tjr
Revision Changes Path
1.16 +5 -1 src/usr.bin/pkill/pkill.c