Re: [Openais] [PATCH 01/15] totemsrp.c: more "const" propagation

2009-04-15 Thread Jim Meyering
Jim Meyering wrote: > From: Jim Meyering > > * exec/totemsrp.c (message_handler_memb_commit_token): Don't cast away > const on "memb_commit_token". This exposed a const violation. > Fix that with minor rearrangement and an added memcpy. > --- > exec/totemsrp.c | 64 +++-

[Openais] [PATCH 01/15] totemsrp.c: more "const" propagation

2009-04-15 Thread Jim Meyering
From: Jim Meyering * exec/totemsrp.c (message_handler_memb_commit_token): Don't cast away const on "memb_commit_token". This exposed a const violation. Fix that with minor rearrangement and an added memcpy. --- exec/totemsrp.c | 64 +++--- 1 fil