Wireshark-commits: [Wireshark-commits] rev 36542: /trunk/ /trunk/: configure.in /trunk/wiretap/: fi
Date: Sun, 10 Apr 2011 18:22:50 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36542

User: guy
Date: 2011/04/10 11:22 AM

Log:
 Use AC_SYS_LARGEFILE to turn on large file support on platforms that
 support it.
 
 Rename ws_lseek to ws_lseek64, as it should be given a 64-bit offset,
 and have it use _lseeki64 on Windows, to try to get 64-bit offset
 support; AC_SYS_LARGEFILE should cause lseek() to support 64-bit offsets
 on UN*X if possible.

Directory: /trunk/
  Changes    Path            Action
  +5 -0      configure.in    Modified

Directory: /trunk/wiretap/
  Changes    Path               Action
  +3 -15     file_wrappers.c    Modified
  +2 -2      wtap.c             Modified

Directory: /trunk/wsutil/
  Changes    Path           Action
  +10 -10    file_util.h    Modified