Thanks Henning,

Should I put a patch into git for Solaris then? Daniel?

Cheers
Jason

On Fri, Jul 15, 2011 at 4:54 PM, Henning Westerholt <henning.westerholt@1und1.de> wrote:
On Thursday 14 July 2011, Jason Penton wrote:
> ok, removing the following macro from my_cmd.c fixes the issue:
>
> define _XOPEN_SOURCE 4      /* BSD */
>
> im not familiar with this macro though
>
> anyone?

Hi Jason,

ah, good catch. It seems that this declaration is necessary for the strptime
function in time.h, at least on some systems. Maybe we can include this in a
#ifndef that evaluates on the solaris plattform?

Best regards,

Henning