Fix previous commit when option RACCT is not used.
MFC after: 7 days
This commit is contained in:
parent
40069c94e8
commit
a7248da0b8
@ -1224,7 +1224,9 @@ sys_munlock(td, uap)
|
||||
{
|
||||
vm_offset_t addr, end, last, start;
|
||||
vm_size_t size;
|
||||
#ifdef RACCT
|
||||
vm_map_t map;
|
||||
#endif
|
||||
int error;
|
||||
|
||||
error = priv_check(td, PRIV_VM_MUNLOCK);
|
||||
|
Loading…
Reference in New Issue
Block a user