mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 09:06:49 -04:00
Use vm_map_entry_t instead of explicit struct vm_map_entry *.
Reviewed by: alc
This commit is contained in:
parent
e608cc3c8d
commit
ad062f5bb8
1 changed files with 1 additions and 1 deletions
|
|
@ -249,7 +249,7 @@ static void
|
|||
mac_proc_vm_revoke_recurse(struct thread *td, struct ucred *cred,
|
||||
struct vm_map *map)
|
||||
{
|
||||
struct vm_map_entry *vme;
|
||||
vm_map_entry_t vme;
|
||||
int vfslocked, result;
|
||||
vm_prot_t revokeperms;
|
||||
vm_object_t backing_object, object;
|
||||
|
|
|
|||
Loading…
Reference in a new issue