mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
Anonymous shared memory was changed previously to use UNIX code, but named shared memory had not been adjusted. So the configure script was trying to enable BeOS code and half of UNIX code, and things didn't work. Now we fully use the UNIX code based on mmap(). Fix #11124