summaryrefslogtreecommitdiffstats
path: root/include/kvm.h
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-03-20 16:35:11 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-03-20 16:35:11 +0000
commitc32009c9869a489036a427236f28bb7aa4d1e57b (patch)
tree0f839e0be80e4f4df51af4fcf7911b5c4c55fdca /include/kvm.h
parent7b174519a7ac9647c008cb1460c35d24c8901bae (diff)
downloadFreeBSD-src-c32009c9869a489036a427236f28bb7aa4d1e57b.zip
FreeBSD-src-c32009c9869a489036a427236f28bb7aa4d1e57b.tar.gz
Comment out declaration of kvm_uread until it can be fixed correctly.
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