[freetds] <strings.h> not checked in freebcp.c
ZIGLIO Frediano
Frediano.Ziglio at vodafone.com
Mon May 26 11:02:13 EDT 2003
>
> (REPOSTED, SINCE THE FIRST ONE DIDN'T HAVE A SUBJECT)
>
> Line 34 of src/apps/freebcp.c includes <strings.h> without
> checking whether
> is present or not in the system. (al least in freetds-0.61.1)
> Would someone please fix that? I think the code should be:
>
> + #if HAVE_STRINGS_H
> #include <strings.h>
> + #endif
>
> QNX 4 doesn't have <strings.h> so I have to comment out this
> line every time I want to recompile FREE-TDS.
>
>
> Best Regards
> Pablo Gutierrez
>
Fixed in CVS
freddy77
More information about the FreeTDS
mailing list