summaryrefslogtreecommitdiff
path: root/cache-tree.c
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-05-15 12:52:00 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2006-05-15 13:01:37 -0700
commit1b9bc5a7b7434d771726011613a00cb202bd9f44 (patch)
tree52b810b4963ce4c079df9c70dafd9523276f7618 /cache-tree.c
parentInstall git-send-email by default (diff)
downloadtgif-1b9bc5a7b7434d771726011613a00cb202bd9f44.tar.xz
Fix pack-index issue on 64-bit platforms a bit more portably.
Apparently <stdint.h> is not enough for uint32_t on OpenBSD; use "unsigned int" -- hopefully that would stay 32-bit on every platform we care about, at least until we update the pack-index file format. Our sha1 routines optimized for architectures use uint32_t and expects '#include <stdint.h>' to be enough, so OpenBSD on arm or ppc might have similar issues down the road, I dunno. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'cache-tree.c')
0 files changed, 0 insertions, 0 deletions