diff options
Diffstat (limited to 'sys/security/lomac/kernel_mmap.c')
| -rw-r--r-- | sys/security/lomac/kernel_mmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/lomac/kernel_mmap.c b/sys/security/lomac/kernel_mmap.c index 8e5330d3daa1a..25e87920d4a60 100644 --- a/sys/security/lomac/kernel_mmap.c +++ b/sys/security/lomac/kernel_mmap.c @@ -207,7 +207,7 @@ mmap(td, uap) /* Address range must be all in user VM space. */ if (VM_MAXUSER_ADDRESS > 0 && addr + size > VM_MAXUSER_ADDRESS) return (EINVAL); -#ifndef i386 +#ifndef __i386__ if (VM_MIN_ADDRESS > 0 && addr < VM_MIN_ADDRESS) return (EINVAL); #endif |
