mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 09:13:37 +01:00
Comment out declaration of kvm_uread until it can be fixed correctly.
This commit is contained in:
parent
15f7fc2caa
commit
1a96efa2b8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7189
@ -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…
Reference in New Issue
Block a user