http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=18486
User: jake
Date: 2006/06/16 09:30 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/epan/
Changes Path Action
+1 -1 emem.c Modified