+2000-08-29 Ulrich Drepper <drepper@redhat.com>
+
+ * inet/rcmd.c (__checkhost_sa): If getnameinfo succeeds but the
+ names don't match don't return.
+ Patch by Olaf Kirch <okir@flash.lst.de>.
+
2000-08-28 Ulrich Drepper <drepper@redhat.com>
* time/strftime.c (my_strftime): Handle # flag for %b as well.
/* XXX */
if (getnameinfo(ra, ralen,
raddr, sizeof(raddr), NULL, 0,
- NI_NUMERICHOST) == 0)
- return negate * (strcmp(raddr, lhost) == 0);
+ NI_NUMERICHOST) == 0
+ && strcmp(raddr, lhost) == 0)
+ return negate;
/* Better be a hostname. */
match = 0;
% words or names are only to be distinguished by 'v' or % 'w', 'v' is
% placed before 'w'.
reorder-after <U0056>
-<U0057> <v>;<BAS>;<CAP>;<w> # W
+<U0057> <v>;<BAS>;<CAP>;<w> % W
reorder-after <U0076>
-<U0077> <w>;<BAS>;<MIN>;<w> # w
+<U0077> <v>;<BAS>;<MIN>;<w> % w
reorder-after <U00E3>
<U00E4> <ae>;<REU>;<MIN>;IGNORE % รค
include ../Rules
+ifeq (yes,$(built-static-nss))
# We need it for "make check" only. We can skip them if they haven't
# been built yet during "make".
otherlibs += $(wildcard $(nssobjdir)/libnss_files.a \