From f076eb4f88a8e3b7633c21edb3921f4f08eefa6b Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Mon, 16 Mar 2009 14:19:39 +0000 Subject: [PATCH] budb-no-pointer-math-on-void-star-20090316 LICENSE IPL10 can't do pointer math on void*; already casting to char* anyway --- src/budb/procs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/budb/procs.c b/src/budb/procs.c index 22a84a0bd1..e7dbfa1fea 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);