From: Jeffrey Altman Date: Mon, 16 Mar 2009 14:19:49 +0000 (+0000) Subject: DEVEL15-budb-no-pointer-math-on-void-star-20090316 X-Git-Tag: openafs-devel-1_5_58~84 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=a46fb151e50b56554c28608d999372af9b4b2798;p=packages%2Fo%2Fopenafs.git DEVEL15-budb-no-pointer-math-on-void-star-20090316 LICENSE IPL10 can't do pointer math on void*; already casting to char* anyway (cherry picked from commit f076eb4f88a8e3b7633c21edb3921f4f08eefa6b) --- diff --git a/src/budb/procs.c b/src/budb/procs.c index 22a84a0bd..e7dbfa1fe 100644 --- a/src/budb/procs.c +++ b/src/budb/procs.c @@ -530,7 +530,7 @@ SendReturnList(struct ubik_trans *ut, afs_int32 code; int to_return; int i; - void *e; + char *e; *nextIndexP = -1; *dbTimeP = ntohl(db.h.lastUpdate);