Subject: Re: PR misc/23431 (CARP)
To: Michael Hertrick <m.hertrick@neovera.com>
From: Jason Thorpe <thorpej@wasabisystems.com>
List: tech-net
Date: 11/14/2003 23:19:33
On Nov 14, 2003, at 5:50 PM, Michael Hertrick wrote:

> When I tried to use that the compiler complained about using 'void *' 
> in arithmetic, so I changed it to something apparently incorrect.

"char *" would have been better.  Really:

	struct foo *f = (struct foo *)((char *)ip + iplen));

         -- Jason R. Thorpe <thorpej@wasabisystems.com>