From 77721f53bec8f656a3c1e2a39c7b50524caa2dff Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 9 Dec 1995 04:42:51 +0000 Subject: Updates to read the extra indirection in ps_strings. Note that any static executables that depend on this will need to be relinked (ie: do this before 'ps'), but the dynamic linked stuff should be OK (ie: 'w') Obtained from: NetBSD (not much point reinventing the wheel.. :-) --- lib/libkvm/kvm_private.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libkvm/kvm_private.h') diff --git a/lib/libkvm/kvm_private.h b/lib/libkvm/kvm_private.h index 5df73eb7ddf9..92ab1464e38c 100644 --- a/lib/libkvm/kvm_private.h +++ b/lib/libkvm/kvm_private.h @@ -57,6 +57,7 @@ struct __kvm { int arglen; /* length of the above */ char **argv; /* (dynamic) storage for argv pointers */ int argc; /* length of above (not actual # present) */ + char *argbuf; /* (dynamic) temporary storage */ /* * Kernel virtual address translation state. This only gets filled * in for dead kernels; otherwise, the running kernel (i.e. kmem) -- cgit v1.2.3