Add namespace support for kvm

This commit is contained in:
Sebastian Huber
2016-05-06 21:40:49 +02:00
parent 5b1f20b73f
commit 5b4394f3c8
5 changed files with 9 additions and 8 deletions

View File

@@ -34,7 +34,7 @@ kvm_nlist(kvm_t *kd, struct nlist *nl)
struct nlist *p;
int nvalid;
int error;
kvm_symval_t *kvm;
const kvm_symval_t *kvm;
assert( kd != NULL );
assert( nl != NULL );