The rest of the resolv->DNS client naming change: Renamed directories and header files

This commit is contained in:
Gregory Nutt
2014-04-11 12:41:13 -06:00
parent 51f553c9a4
commit 8b386385ab
19 changed files with 29 additions and 20 deletions

View File

@@ -69,7 +69,7 @@
#if defined(CONFIG_NET_ICMP) && defined(CONFIG_NET_ICMP_PING) && \
!defined(CONFIG_DISABLE_CLOCK) && !defined(CONFIG_DISABLE_SIGNALS)
# include <apps/netutils/uiplib.h>
# include <apps/netutils/resolv.h>
# include <apps/netutils/dnsclient.h>
#endif
#if defined(CONFIG_NET_UDP) && CONFIG_NFILE_DESCRIPTORS > 0
@@ -88,7 +88,7 @@
# ifdef CONFIG_HAVE_GETHOSTBYNAME
# include <netdb.h>
# else
# include <apps/netutils/resolv.h>
# include <apps/netutils/dnsclient.h>
# endif
# include <apps/netutils/dhcpc.h>
#endif