* lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
authorJim Meyering <jim@meyering.net>
Mon, 23 Oct 2006 06:03:01 +0000 (06:03 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 23 Oct 2006 06:03:01 +0000 (06:03 +0000)
commitdf36afa2e69d1d32dc69a41c07abca593a33ef5f
tree51c905d4b9cfd9707b6773d9e46732bb1785823f
parent4a562269077bed3b810ab7354f3fbe7309292f49
* lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
in place of snprintf.

* modules/inttostr (Files): Add lib/uinttostr.c.
* lib/uinttostr.c (inttostr): New file/function.
* lib/inttostr.h (uinttostr): Declare.
* m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
* MODULES.html.sh (Numeric conversion functions <stdlib.h>):
Add uinttostr.
* modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
ChangeLog
MODULES.html.sh
lib/getaddrinfo.c
lib/inttostr.h
lib/uinttostr.c [new file with mode: 0644]
m4/inttostr.m4
modules/getaddrinfo
modules/inttostr