This is the mail archive of the ecos-patches@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: getproto & getserv compilation fix...


[ Sorry for the very delayed response ]

Jani Monoses wrote:
Hi
I don't know wheter this is the right fix but unless errno is included
from netdb or param these two files don't compile
I might have had to configure ecos.ecc after making it though ...
[snip]
Index: getproto.c
[snip]
+#include <errno.h>
This one was applied in July.

Index: getserv.c
===================================================================
[snip]
+#include <errno.h>
I didn't see any problem building with your chosen config before, but to err (sic :-)) on the side of caution, I've applied this too since this file does use errno.

Jifl
--
--[ "You can complain because roses have thorns, or you ]--
--[ can rejoice because thorns have roses." -Lincoln ]-- Opinions==mine


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