This is the mail archive of the ecos-patches@sourceware.org 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]

ga_server_test.c patch


Hello,

recently, I did try to build one Gary's test

% make -C net/common/current tests TESTS=tests/ga_server_test

I don't know about old BSD flags fashion. It seems that is a need to
update `flags' argument in call of getnameinfo().

RFC: What is more legal call in that test

getnameinfo (..., NI_NUMERICHOST)

or
	getnameinfo (..., NI_NUMERICHOST | NI_NUMERICSERV) ?

Thanks,

Sergei

Attachment: ga_server_test.c.patch
Description: Text document


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