From: Florian Forster Date: Sun, 18 Jun 2006 15:18:09 +0000 (+0200) Subject: Remove all void-pointer arithmetic. X-Git-Tag: v1.4.1-rc1~7^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/1d7f171c3a456b980d821ee0f68e01535a5f7e36?hp=1d7f171c3a456b980d821ee0f68e01535a5f7e36 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 Signed-off-by: Junio C Hamano ---