ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 18488: /trunk/epan/ /trunk/epan/: emem.c

Date: Sat, 17 Jun 2006 02:31:57 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=18488

User: guy
Date: 2006/06/17 02:31 AM

Log:
 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".

Directory: /trunk/epan/
  Changes    Path          Action
  +20 -1     emem.c        Modified