On Wed, Oct 03, 2007 at 05:02:16PM +0200, shuttlebox wrote:
> I tried beta 3 and the stdio hack, everything looked fine except for this:
>
> "sync.c", line 363: warning: implicit function declaration: strtok_r
Where is strtok_r on your system? man strtok_r should tell it:
SYNOPSIS
#include <string.h> <<< I need this
char *
strtok(char * restrict str, const char * restrict sep);
char *
strtok_r(char *str, const char *sep, char **lasts);
--
Emmanuel Dreyfus
manu@...Message
Re: [milter-greylist] milter-greylist 4.0beta3 is available
2007-10-03 by Emmanuel Dreyfus