Hi Benji,
> > It is better, but there are still (minor) things to tweak.
> Minor things tweaked.
>
> I'm not sure why I cast getpid to int.
>
> Including string.h did fix the strrchr warning.
>
> Now using __SCO_SERVER__ || __sysv5__ for OpenServer6/UnixWare7 and SCO
> cc/GCC detection.
Thanks.
> Also as far as the indentation goes, it is correct as far as I can tell.
No, these lines were not indented right:
+ {
+ progname = buf;
+ }
I fixed the indentation and committed the patch in your name.
Bruno