diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2004-07-17 23:53:37 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2004-07-17 23:53:37 +0000 |
| commit | 86db59f8abcaead4baf23ec8fe1e2d01243baf1e (patch) | |
| tree | 7dd23afb9bbbba583e6de11e928943ece1cd1221 | |
| parent | b73cfbb3e466746a3e77a0a2be7836dc2b60a14a (diff) | |
Notes
| -rw-r--r-- | sys/sys/resourcevar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/resourcevar.h b/sys/sys/resourcevar.h index 9242a5946f617..d0669f6a9e250 100644 --- a/sys/sys/resourcevar.h +++ b/sys/sys/resourcevar.h @@ -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); |
