Comment out declaration of kvm_uread until it can be fixed correctly.
This commit is contained in:
parent
15f7fc2caa
commit
1a96efa2b8
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user