Code

Ensure return value from xread() is always stored into an ssize_t
authorJohan Herland <johan@herland.net>
Tue, 15 May 2007 12:49:22 +0000 (14:49 +0200)
committerJunio C Hamano <junkio@cox.net>
Wed, 16 May 2007 04:16:03 +0000 (21:16 -0700)
commit8a912bcb250d8bf57b225e1cf02c0d69d54c8920
tree51c2ec028d037343a67d99d891e1d01ad736e69e
parent2924415f4fb081d9dde687092248c86ec0c40195
Ensure return value from xread() is always stored into an ssize_t

This patch fixes all calls to xread() where the return value is not
stored into an ssize_t. The patch should not have any effect whatsoever,
other than putting better/more appropriate type names on variables.

Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
12 files changed:
builtin-apply.c
builtin-bundle.c
builtin-fetch--tool.c
builtin-unpack-objects.c
combine-diff.c
copy.c
diff.c
imap-send.c
index-pack.c
pkt-line.c
sha1_file.c
ssh-upload.c