diff options
Diffstat (limited to 'sys/vm/vm_prot.h')
-rw-r--r-- | sys/vm/vm_prot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_prot.h b/sys/vm/vm_prot.h index b3bae43..ee009bc 100644 --- a/sys/vm/vm_prot.h +++ b/sys/vm/vm_prot.h @@ -75,7 +75,7 @@ * vm_prot_t VM protection values. */ -typedef int vm_prot_t; +typedef u_char vm_prot_t; /* * Protection values, defined as bits within the vm_prot_t type |