On Mon, Sep 20, 2010 at 03:01:39PM -0400, Todd C. Miller wrote: > Apparently gcc 3.x doesn't like: > > const char *restrict addresses[] > > But is OK with: > > const char **restrict addresses > > I've bumped REVISION though I'm not sure there is any need to do > so.
It's not needed. Otherwise, OK. f.-
