mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
libkvm exports kvm_uread(), so do declare it in the header file.
Got apparent by Philippe's -Wall patch for /usr/bin.
This commit is contained in:
parent
ec4f225196
commit
cb0b0e16cd
2 changed files with 2 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ 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));
|
||||
ssize_t kvm_uread __P((kvm_t *, struct proc *, u_long, char *, size_t));
|
||||
|
||||
__END_DECLS
|
||||
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@ 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));
|
||||
ssize_t kvm_uread __P((kvm_t *, struct proc *, u_long, char *, size_t));
|
||||
|
||||
__END_DECLS
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue