diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-05-30 07:32:58 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-05-30 07:32:58 +0000 |
| commit | 99b9331a4f693e66f880734cd446190fcf14508d (patch) | |
| tree | e28fa7a497a1f756cd06d2e16ccb65be76af020c /sys/security | |
| parent | 524683999f823c88d54f27742989ad2d3e03543c (diff) | |
Notes
Diffstat (limited to 'sys/security')
| -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 8e5330d3daa1..25e87920d4a6 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 |
