Yahoo Groups archive

Milter-greylist

Index last updated: 2026-04-28 23:32 UTC

Message

Re: [milter-greylist] milter-greylist 4.0beta3 is available

2007-10-03 by Emmanuel Dreyfus

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@...

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.