Fix previous commit when option RACCT is not used.

MFC after:	7 days
This commit is contained in:
jlh 2013-07-22 22:16:47 +00:00
parent 40069c94e8
commit a7248da0b8

View File

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