HomeFreeBSD

u_char -> vm_prot_t in a couple of places, NFC

Description

u_char -> vm_prot_t in a couple of places, NFC

The latter is a typedef of the former; the typedef exists and these bits are
representing vmprot values, so use the correct type.

Submitted by: sigsys@gmail.com
MFC after: 3 days

Details

Provenance
kevansAuthored on
Parents
rS357898: Exclude modifier keys from keyboard repeat logic.
Branches
Unknown
Tags
Unknown