summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1995-03-20 16:35:11 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1995-03-20 16:35:11 +0000
commit1a96efa2b8709f1aaee6a502b626c546c4b6fc63 (patch)
tree0f839e0be80e4f4df51af4fcf7911b5c4c55fdca
parent15f7fc2caaafa7b613e238cbdd2f035c6ed17644 (diff)
Notes
-rw-r--r--include/kvm.h2
-rw-r--r--lib/libkvm/kvm.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/include/kvm.h b/include/kvm.h
index 00b44b05ee23..6c437b919c97 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
diff --git a/lib/libkvm/kvm.h b/lib/libkvm/kvm.h
index 00b44b05ee23..6c437b919c97 100644
--- a/lib/libkvm/kvm.h
+++ b/lib/libkvm/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