OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_65-117-g304f21c
Gerrit Code Review
gerrit@openafs.org
Wed, 21 Oct 2009 16:35:25 -0700 (PDT)
The following commit has been merged in the master branch:
commit 304f21cb7094e68224b22f8a91144f80207d7a3c
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date: Thu Oct 22 00:31:10 2009 +0100
Fix fall out from removal of memset casts
In places where we're doing pointer arithmetic, we must cast to (char
*), because pointer arithmetic on a void * isn't permitted by the C
standard. Sadly gcc lets us get away with it 'for convenience'.
Reinstate the necessary casts.
Reviewed-on: http://gerrit.openafs.org/707
Tested-by: Jeffrey Altman <jaltman@openafs.org>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
src/ptserver/ubik.c | 2 +-
src/rxkad/ticket5.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository