* nss/nss_files/files-hosts.c: Correct problem with three or more
entries with the same name.
2000-07-23 Ulrich Drepper <drepper@redhat.com>
+ * nss/nss_files/files-hosts.c: Correct problem with three or more
+ entries with the same name.
+
* nss/nss_files/files-hosts.c: Implement multi handling.
* resolv/Versions: Export _res_hconf for GLIBC_2.2 from libc.
/* Compute the new buffer end. */ \
bufferend = (char *) &new_h_aliases[naliases + 1]; \
assert (bufferend <= buffer + buflen); \
+ \
+ result = old_result; \
} \
} \
\