Not all UN*Xes have MAP_ANONYMOUS; some have MAP_ANON instead, and some
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 17 Jun 2006 02:31:56 +0000 (02:31 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 17 Jun 2006 02:31:56 +0000 (02:31 +0000)
commit73e4696a37e849eee875787fb76144a0d4a8b02e
tree24230f14034d2e66a6d14f5b01e85d514e0df8a5
parentcca0b600f6e25720695471b2fde9e592435c3484
Not all UN*Xes have MAP_ANONYMOUS; some have MAP_ANON instead, and some
have neither.  For those with MAP_ANON but not MAP_ANONYMOUS, use
MAP_ANON; for those with neither, add some code to use "/dev/zero".

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18488 f5534014-38df-0310-8fa8-9805f1628bb7
epan/emem.c