CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/01/15 13:36:17
Modified files:
sys/kern : sysv_shm.c
Log message:
The flags variable in shmat was not actually used. We need UVM_FLAG_*
flags, not mmap-style flags for UVM_MAPFLAG(). Remove the nonsensical
MAP_ANON|MAP_SHARED value and convert MAP_FIXED to UVM_FLAG_FIXED.
OK guenther@
