author | Florian Forster <octo@verplant.org> | |
Sun, 18 Jun 2006 15:18:09 +0000 (17:18 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 20 Jun 2006 08:59:46 +0000 (01:59 -0700) | ||
commit | 1d7f171c3a456b980d821ee0f68e01535a5f7e36 | |
tree | 040ae96db3e2d18f84a95cc46ec4d7626bcc1994 | tree | snapshot |
parent | 2bda77e080dd8d47ca0b87c78e9061fbaa37455a | commit | diff |
Remove all void-pointer arithmetic.
ANSI C99 doesn't allow void-pointer arithmetic. This patch fixes this in
various ways. Usually the strategy that required the least changes was used.
Signed-off-by: Florian Forster <octo@verplant.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
ANSI C99 doesn't allow void-pointer arithmetic. This patch fixes this in
various ways. Usually the strategy that required the least changes was used.
Signed-off-by: Florian Forster <octo@verplant.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
19 files changed:
builtin-apply.c | diff | blob | history | |
convert-objects.c | diff | blob | history | |
csum-file.c | diff | blob | history | |
diff-delta.c | diff | blob | history | |
diff.c | diff | blob | history | |
diffcore-order.c | diff | blob | history | |
http-fetch.c | diff | blob | history | |
http-push.c | diff | blob | history | |
http.c | diff | blob | history | |
pack-check.c | diff | blob | history | |
pack-objects.c | diff | blob | history | |
pack-redundant.c | diff | blob | history | |
patch-delta.c | diff | blob | history | |
pkt-line.c | diff | blob | history | |
read-cache.c | diff | blob | history | |
sha1_file.c | diff | blob | history | |
ssh-fetch.c | diff | blob | history | |
tag.c | diff | blob | history | |
tree-walk.c | diff | blob | history |