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:
Joerg Wunsch 1995-03-19 13:36:49 +00:00
parent ec4f225196
commit cb0b0e16cd
2 changed files with 2 additions and 0 deletions

View File

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

View File

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