CVSROOT: /cvs/glibc Module name: libc Changes by: drepper@sourceware.org 2004-05-26 06:39:48 Modified files: nss : digits_dots.c Log message: (__nss_hostname_digits_dots): Remove typep and flags parameter, convert afp to simple int parameter. Adjust code. typep was never != NULL and flags therefore also unused. *afp is never modified.