mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Not all programs including kvm.h include the necessary headers to use
u_int, so prefer unsigned int. MFC after: 6 days Pointed out by: bz, kib, Mr Tinderbox
This commit is contained in:
parent
f60d46f99a
commit
57a6239f94
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ struct kvm_swap {
|
|||
|
||||
__BEGIN_DECLS
|
||||
int kvm_close(kvm_t *);
|
||||
int kvm_dpcpu_setcpu(kvm_t *, u_int);
|
||||
int kvm_dpcpu_setcpu(kvm_t *, unsigned int);
|
||||
char **kvm_getargv(kvm_t *, const struct kinfo_proc *, int);
|
||||
int kvm_getcptime(kvm_t *, long *);
|
||||
char **kvm_getenvv(kvm_t *, const struct kinfo_proc *, int);
|
||||
|
|
|
|||
Loading…
Reference in a new issue