Support for large files on 32bit systems.
commitb97e911643341cb31e6b97029b9ffd96fc675b1d
authorMartin Waitz <tali@admingilde.org>
Sat, 17 Feb 2007 09:13:10 +0000 (17 10:13 +0100)
committerJunio C Hamano <junkio@cox.net>
Wed, 21 Feb 2007 06:45:09 +0000 (20 22:45 -0800)
tree815f32ee0928e19e061faf39b77bcab961b1444b
parent34c6a82b8afca18eab28eeca659e29db0faabc62
Support for large files on 32bit systems.

Glibc uses the same size for int and off_t by default.
In order to support large pack sizes (>2GB) we force Glibc to a 64bit off_t.

Signed-off-by: Martin Waitz <tali@admingilde.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-compat-util.h