Mats Erik Andersson <mats.anders...@gisladisker.se> writes: > My other suggested patching of the TFTP client presently adds > > NI_MAXSERV > struct addrinfo > getaddrinfo(3) > gai_strerror(3) > freeaddrinfo(3) > strrchr(3) > > All these are fulfilled by any decent OS as far as I understand.
And if they aren't, gnulib fixes that for us. However, why do you need NI_MAXSERV? I can't find it in POSIX nor in the Glibc manual. I'm not sure it is portable. /Simon