This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Typo in dns.c


On Tue, Jul 13, 2004 at 07:04:43AM +0100, Andy Jackson wrote:
> Using a recent snapshot, last night I tried compiling a library with tracing
> enabled and it failed in
> 
> net\ns\dns\current\src\dns.c at line 591.
> 
> It looks like a simple typo and everything seemed to compile after the
> obvious change.
> 
>     if (s < 0) {
>         CYG_REPORT_RETVAL( -EIA_FAIL );                // Should be
> EAI_FAIL?
>         return -EAI_FAIL;
>     }

Thanks for the report. Attached is the fix i jsut commited to CVS.

        Thanks
                Andrew


Attachment: dns.diff
Description: Text document

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]