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]

Typo in dns.c


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,

    Andy..


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