Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Use fixed-size integers for .idx file I/O
[gitweb.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index fda3f8ec16881c3ed3bc95957b8c5c3dffec029a..e6e19bdef31363352fe0a7f89e294aa43c63a982 100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-351,7
+351,7
@@
struct pack_window {
extern struct packed_git {
struct packed_git *next;
struct pack_window *windows;
- u
nsigned in
t *index_base;
+ u
int32_
t *index_base;
off_t index_size;
off_t pack_size;
int pack_fd;