summaryrefslogtreecommitdiffstats
path: root/include/kvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/kvm.h')
-rw-r--r--include/kvm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/kvm.h b/include/kvm.h
index 00b44b0..6c437b9 100644
--- a/include/kvm.h
+++ b/include/kvm.h
@@ -63,8 +63,10 @@ kvm_t *kvm_openfiles
__P((const char *, const char *, const char *, int, char *));
int kvm_read __P((kvm_t *, unsigned long, void *, unsigned int));
int kvm_write __P((kvm_t *, unsigned long, const void *, unsigned int));
+/* Comment this out until it can be fixed correctly.
ssize_t kvm_uread
__P((kvm_t *, struct proc *, unsigned long, char *, size_t));
+*/
__END_DECLS
OpenPOWER on IntegriCloud