Remove all void-pointer arithmetic. ansi
authorFlorian Forster <octo@verplant.org>
Sun, 18 Jun 2006 14:56:28 +0000 (16:56 +0200)
committerFlorian Forster <octo@verplant.org>
Sun, 18 Jun 2006 14:56:28 +0000 (16:56 +0200)
commit13941d158a5f53456cc095b1a4893c177c7224c0
treecbb98c240653becb418fc02f11b3f8645670d79f
parent471838c5e32b83bc8b84584343daeb1174d0e968
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.
20 files changed:
builtin-apply.c
builtin-tar-tree.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