From: Thomas Gummerer Date: Sun, 18 Aug 2013 19:41:51 +0000 (+0200) Subject: read-cache: use fixed width integer types X-Git-Tag: v1.8.5-rc0~161^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/7800c1ebcc12a7b667a2c76de109a85d272051a0?hp=7800c1ebcc12a7b667a2c76de109a85d272051a0 read-cache: use fixed width integer types Use the fixed width integer types uint16_t and uint32_t for on-disk structures; unsigned short and unsigned int do not have a guaranteed size. Signed-off-by: Thomas Gummerer Signed-off-by: Junio C Hamano ---