Use off_t in pack-objects/fast-import when we mean an offset
authorShawn O. Pearce <spearce@spearce.org>
Wed, 7 Mar 2007 01:44:34 +0000 (20:44 -0500)
committerJunio C Hamano <junkio@cox.net>
Wed, 7 Mar 2007 19:06:33 +0000 (11:06 -0800)
Always use an off_t value in pack-objects anytime we are dealing
with an offset to some data within a packfile.

Also fixed a minor uintmax_t that was incorrectly defined before.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found