Change named parameters from max (which conflicts with a macro in libkern.h)
to maxval.
This commit is contained in:
parent
8dfcfd7253
commit
c1828db2c9
@ -107,9 +107,9 @@ void addupc_intr(struct thread *td, uintptr_t pc, u_int ticks);
|
||||
void addupc_task(struct thread *td, uintptr_t pc, u_int ticks);
|
||||
void calcru(struct proc *p, struct timeval *up, struct timeval *sp,
|
||||
struct timeval *ip);
|
||||
int chgproccnt(struct uidinfo *uip, int diff, int max);
|
||||
int chgproccnt(struct uidinfo *uip, int diff, int maxval);
|
||||
int chgsbsize(struct uidinfo *uip, u_int *hiwat, u_int to,
|
||||
rlim_t max);
|
||||
rlim_t maxval);
|
||||
int fuswintr(void *base);
|
||||
struct plimit
|
||||
*lim_alloc(void);
|
||||
|
Loading…
x
Reference in New Issue
Block a user