Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
sha1_file.c: use type off_t* for object_info->disk_sizep
[gitweb.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index 4ff196c25926cb1a6662f7582969ed665bae5ee3..ea64b51846f9f974c4462ab5ec38ebd6c941cb20 100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-1502,7
+1502,7
@@
struct object_info {
/* Request */
enum object_type *typep;
unsigned long *sizep;
-
unsigned long
*disk_sizep;
+
off_t
*disk_sizep;
unsigned char *delta_base_sha1;
struct strbuf *typename;