Changes between Version 8 and Version 9 of dev-util/git
- Timestamp:
- 04/18/08 13:53:41 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-util/git
v8 v9 30 30 (*loose_size) += xsize_t(st.st_blocks); 31 31 }}} 32 Not sure what to replace it with. 32 For now, I've replace it with: 33 {{{ 34 (*loose_size) += st.st_size / 512; 35 }}} 36 In a [http://ussg.iu.edu/hypermail/linux/kernel/0310.1/1125.html Linux kernel ML post] I read the unit of st_block were 512 byte. 37
