author | Johan Herland <johan@herland.net> | |
Tue, 15 May 2007 12:49:22 +0000 (14:49 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 16 May 2007 04:16:03 +0000 (21:16 -0700) | ||
commit | 8a912bcb250d8bf57b225e1cf02c0d69d54c8920 | |
tree | 51c2ec028d037343a67d99d891e1d01ad736e69e | tree | snapshot |
parent | 2924415f4fb081d9dde687092248c86ec0c40195 | commit | diff |
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>
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 | diff | blob | history | |
builtin-bundle.c | diff | blob | history | |
builtin-fetch--tool.c | diff | blob | history | |
builtin-unpack-objects.c | diff | blob | history | |
combine-diff.c | diff | blob | history | |
copy.c | diff | blob | history | |
diff.c | diff | blob | history | |
imap-send.c | diff | blob | history | |
index-pack.c | diff | blob | history | |
pkt-line.c | diff | blob | history | |
sha1_file.c | diff | blob | history | |
ssh-upload.c | diff | blob | history |