]> git.ipfire.org Git - thirdparty/git.git/commit - diff-delta.c
Remove all void-pointer arithmetic.
authorFlorian Forster <octo@verplant.org>
Sun, 18 Jun 2006 15:18:09 +0000 (17:18 +0200)
committerJunio C Hamano <junkio@cox.net>
Tue, 20 Jun 2006 08:59:46 +0000 (01:59 -0700)
commit1d7f171c3a456b980d821ee0f68e01535a5f7e36
tree040ae96db3e2d18f84a95cc46ec4d7626bcc1994
parent2bda77e080dd8d47ca0b87c78e9061fbaa37455a
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>
19 files changed:
builtin-apply.c
convert-objects.c
csum-file.c
diff-delta.c
diff.c
diffcore-order.c
http-fetch.c
http-push.c
http.c
pack-check.c
pack-objects.c
pack-redundant.c
patch-delta.c
pkt-line.c
read-cache.c
sha1_file.c
ssh-fetch.c
tag.c
tree-walk.c