diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-03-20 16:35:11 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-03-20 16:35:11 +0000 |
| commit | 1a96efa2b8709f1aaee6a502b626c546c4b6fc63 (patch) | |
| tree | 0f839e0be80e4f4df51af4fcf7911b5c4c55fdca /lib/libkvm/kvm.h | |
| parent | 15f7fc2caaafa7b613e238cbdd2f035c6ed17644 (diff) | |
Notes
Diffstat (limited to 'lib/libkvm/kvm.h')
| -rw-r--r-- | lib/libkvm/kvm.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
