1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-28 16:43:09 +00:00

Fix previous commit when option RACCT is not used.

MFC after:	7 days
This commit is contained in:
Jeremie Le Hen 2013-07-22 22:16:47 +00:00
parent c92b506977
commit fc2b167929
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=253556

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