resolv/nss_dns/dns-host.c: Fix typo in comment

And only the resolv/map*.h actually contain implementations.
This commit is contained in:
Florian Weimer 2017-09-26 13:47:48 +02:00
parent 5f9f31ad12
commit eaca16f1b3
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2017-09-26 Florian Weimer <fweimer@redhat.com>
* resolv/nss_dns/dns-host.c: Fix typo in comment.
2017-09-25 Adhemerval Zanella <adhemerval.zanella@linaro.org>
* lib/malloc/scratch_buffer.h (struct scratch_buffer):

View File

@ -82,9 +82,10 @@
#include "nsswitch.h"
#include <arpa/nameser.h>
/* Get implementeation for some internal functions. */
#include <resolv/resolv-internal.h>
#include <resolv/resolv_context.h>
/* Get implementations of some internal functions. */
#include <resolv/mapv4v6addr.h>
#include <resolv/mapv4v6hostent.h>