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 shuttlebox

On 10/3/07, Emmanuel Dreyfus <manu@...> wrote:
>  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);

I found this:

    #include <string.h>

     char *strtok_r(char *s1, const char *s2, char **lasts);


-- 
/peter

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.