Comment out declaration of kvm_uread until it can be fixed correctly.

This commit is contained in:
Rodney W. Grimes 1995-03-20 16:35:11 +00:00
parent 15f7fc2caa
commit 1a96efa2b8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7189
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -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