Skip to Content.
Sympa Menu

freetds - RE: [freetds] <strings.h> not checked in freebcp.c

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "ZIGLIO Frediano" <Frediano.Ziglio AT vodafone.com>
  • To: "FreeTDS Development Group" <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] <strings.h> not checked in freebcp.c
  • Date: Mon, 26 May 2003 17:02:13 +0200

>
> (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




Archive powered by MHonArc 2.6.24.

Top of Page