On Aug 6, 2013, at 9:38 AM, darkjames@xxxxxxxxxxxxx wrote:
> http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51169
>
> User: darkjames
> Date: 2013/08/06 09:38 AM
>
> Log:
> app_mem_usage fixes:
>
> - Add missing feature test macro for pread()
Do all versions of the Linux kernel and of glibc have pread()?
If not, would an lseek() followed by a read() do just as well?
(And would Apple please stop doing auto-correct on strings that are immediately followed by a left parenthesis? :-))