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 18513: /trunk-1.0/epan/ /trunk-1.0/epan/: emem.c

Date: Sun, 18 Jun 2006 06:15:13 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=18513

User: jake
Date: 2006/06/18 06:15 AM

Log:
 r18488
 From Guy Harris
 
 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-1.0/epan/
  Changes    Path          Action
  +20 -1     emem.c        Modified