https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3006
Guy Harris <guy@xxxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2420|review_for_checkin? |review_for_checkin-
Flag| |
--- Comment #6 from Guy Harris <guy@xxxxxxxxxxxx> 2011-04-10 14:08:43 PDT ---
(From update of attachment 2420)
Using AC_SYS_LARGEFILE should, as noted, cause _FILE_OFFSET_BITS=64 to be
defined, and that should cause lseek() and so on to be defined to be the 64-bit
versions, so there should be no need for code changes.
I've checked into the trunk changes to use AC_SYS_LARGEFILE on UN*X and to use
other mechanisms to handle large file offsets and sizes on Windows. If the
current code on the trunk doesn't support large files on some platform where
AC_SYS_LARGEFILE detects large file support, please submit additional patches.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.