K 10 svn:author V 3 alc K 8 svn:date V 27 2000-03-10T09:11:24.000000Z K 7 svn:log V 344 shmat: If VM_PROT_READ_IS_EXEC is defined and prot includes VM_PROT_READ, VM_PROT_EXECUTE must be added to prot before calling vm_map_find. Without this change, an mprotect on a shmat'ed region fails (when it shouldn't). This bug was reported Feb 28 by Brooks Davis on -hackers. Reviewed by: bde Approved by: jkh END