From: Jeffrey Altman Date: Mon, 16 Mar 2009 14:19:39 +0000 (+0000) Subject: budb-no-pointer-math-on-void-star-20090316 X-Git-Tag: openafs-devel-1_5_61~464 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=f076eb4f88a8e3b7633c21edb3921f4f08eefa6b;p=packages%2Fo%2Fopenafs.git budb-no-pointer-math-on-void-star-20090316 LICENSE IPL10 can't do pointer math on void*; already casting to char* anyway --- 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);