Fix fall out from removal of memset casts
authorSimon Wilkinson <sxw@inf.ed.ac.uk>
Wed, 21 Oct 2009 23:31:10 +0000 (00:31 +0100)
committerJeffrey Altman <jaltman|account-1000011@unknown>
Wed, 21 Oct 2009 23:35:02 +0000 (16:35 -0700)
commit304f21cb7094e68224b22f8a91144f80207d7a3c
tree17516979a5130f61505ae36ced592d18f642fcd3
parenta8a9c3c0f248d8ce0fbe7da701abb898adfe003c
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
src/rxkad/ticket5.c