Some systems (BSD,MacOsX,HP-UX,...) define MAP_ANON and not MAP_ANONYMOUS. Make each...
authorLaurent Monin <geeqie@norz.org>
Thu, 30 Jul 2009 17:59:20 +0000 (17:59 +0000)
committerLaurent Monin <geeqie@norz.org>
Thu, 30 Jul 2009 17:59:20 +0000 (17:59 +0000)
commit3591c21101f1f1f82eba676b7708f61badc13e0c
tree7add06325a8343206d1cfb5fd2b6832496c66b05
parent50d58991a04ea08b245ad359ed7cd399f5e48d2e
Some systems (BSD,MacOsX,HP-UX,...) define MAP_ANON and not MAP_ANONYMOUS. Make each an alias of other to be sure. issue reported by Martin Proetzsch.
src/compat.h
src/main.c