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

Date: Fri, 16 Jun 2006 21:31:44 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=18487

User: jake
Date: 2006/06/16 09:31 PM

Log:
 From Albert Chin
 HP-UX doesn't have MAP_ANON but it does have MAP_ANONYMOUS. Moreoever,
 according to mmap(2) on RHEL:
        MAP_ANONYMOUS
               The mapping is not backed by any file; the fd and offset argu-
               ments are ignored.  This flag in conjunction with MAP_SHARED is
               implemented since Linux 2.4.
 
        MAP_ANON
               Alias for MAP_ANONYMOUS. Deprecated.

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