From 047fa82dd05146cf34e7c0f9fe16e2f4a5fa741f Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 27 Dec 1999 07:14:58 +0000 Subject: Use kldsym(2) to lookup symbol values. This avoids the kvm_mkdb juggling and is module aware. Yes, this means that kvm_nlist(3) will find symbols in loaded modules. The emulation of the nlist struct is pretty crude but seems to work well enough for all the users in the tree that I found. --- lib/libkvm/kvm_getswapinfo.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libkvm/kvm_getswapinfo.c') diff --git a/lib/libkvm/kvm_getswapinfo.c b/lib/libkvm/kvm_getswapinfo.c index 05aeedf..4c85e82 100644 --- a/lib/libkvm/kvm_getswapinfo.c +++ b/lib/libkvm/kvm_getswapinfo.c @@ -28,7 +28,6 @@ static const char rcsid[] = #include #include #include -#include #include #include #include -- cgit v1.1