AgentD / squashfs-tools-ng

A new set of tools and libraries for working with SquashFS images
Other
196 stars 30 forks source link

Enable largefile support #9

Closed mattst88 closed 5 years ago

mattst88 commented 5 years ago

Requires that config.h be included before other headers, since the macro _FILE_OFFSET_BITS changes the definitions of things like 'struct stat'. I chose to simply include it at the top of every C file and at immediately after the double-inclusion guards of every header.

Signed-off-by: Matt Turner mattst88@gmail.com

AgentD commented 5 years ago

Thanks for the patch! I downloaded the patch and git-am applied it to master.