summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cache.h b/cache.h
index ae7bceca50..cc872440ef 100644
--- a/cache.h
+++ b/cache.h
@@ -347,10 +347,10 @@ struct pack_window {
extern struct packed_git {
struct packed_git *next;
- unsigned long index_size;
- unsigned long pack_size;
struct pack_window *windows;
unsigned int *index_base;
+ off_t index_size;
+ off_t pack_size;
int pack_local;
unsigned char sha1[20];
/* something like ".git/objects/pack/xxxxx.pack" */