Re: [PATCH] make getaddrinfo hint AI_ADDRCONFIG work

2008-02-22 Thread Ricard Wanderlof
On Thu, 21 Feb 2008, [EMAIL PROTECTED] wrote: How does glibc handle this? The latest (2.7) glibc (which is much newer than what uClibc is based on) has a similar way of introducing additional checks in various parts of the code. However, it relies on getifaddrs() to determine the existance

Re: [PATCH] make getaddrinfo hint AI_ADDRCONFIG work

2008-02-22 Thread Ricard Wanderlof
On Thu, 21 Feb 2008, [EMAIL PROTECTED] wrote: On Thu, Feb 21, 2008 at 05:13:28PM +, Joseph S. Myers wrote: No, glibc hasn't moved to GPLv3 yet. It's not moving until the glibc SC has got suitable wording from the FSF for an exception to allow GPLv2-only programs to continue to be

Re: uclibc and mips32r2

2008-02-22 Thread Alexander Voropay
2008/2/19, Mile Davidovic [EMAIL PROTECTED]: Hello, is ti possible to build uClibC with MIPS32R2 and EABI as used ABI? No, it's impossible. There is no EABI ELF for the MIPS architecture, it's ARM-spacific. Only O32, N32 and N64 ELFs are available for MIPS (BE and LE variants)

Re: [PATCH] Remove unnecessary #defines from getaddrinfo

2008-02-22 Thread Mike Frysinger
On Thursday 21 February 2008, Ricard Wanderlof wrote: The following definitions in getaddrinfo.c seem redundant as they _are_ defined in the public netdb.h header, contrary to the comment. AI_DEFAULT is not, however it is not used in the file either so can be safely removed. looks fine;