<<< Date Index >>>     <<< Thread Index >>>

Re: [PATCH] full large file support



In the last episode (Oct 12), Marco d'Itri said:
> On Oct 12, Brendan Cully <brendan@xxxxxxxxxx> wrote:
> > Here's a patch that should give mutt complete large file support.
> > I'm not really in a position to test it out very much, so I'm
> > asking whoever can to try it out and report back. It's probably a
> > good idea to back up the mailbox you manipulate with it first.
>
> What's wrong with #define _FILE_OFFSET_BITS=64?

AC_SYS_LARGEFILE is already in the configure script.  This patch looks
like it replaces all fseek calls with fseeko and makes any variable
that could hold a file offset or size an LOFF_T instead of long or int.

-- 
        Dan Nelson
        dnelson@xxxxxxxxxxxxxxx