Subject: CVS commit: src/lib/libkvm
To: None <source-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: source-changes
Date: 11/04/2003 14:59:10
Module Name:	src
Committed By:	cube
Date:		Tue Nov  4 14:59:10 UTC 2003

Modified Files:
	src/lib/libkvm: kvm.c

Log Message:
When using /dev/ksyms, don't keep it open more than strictly necessary.
This allows LKM manipulation while an application using libkvm, such as
vmstat or gkrellm, is running.

Patch reviewed by Anders Magnusson.


To generate a diff of this commit:
cvs rdiff -r1.81 -r1.82 src/lib/libkvm/kvm.c

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