Change named parameters from max (which conflicts with a macro in libkern.h)

to maxval.
This commit is contained in:
alfred 2004-07-17 23:53:37 +00:00
parent 8dfcfd7253
commit c1828db2c9

View File

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