From 7150125fb8f7eba8ec7bf04112a6ca5cd23fc2e0 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 11 Apr 2014 12:41:13 -0600 Subject: The rest of the resolv->DNS client naming change: Renamed directories and header files --- apps/nshlib/nsh_netcmds.c | 4 ++-- apps/nshlib/nsh_netinit.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/nshlib') diff --git a/apps/nshlib/nsh_netcmds.c b/apps/nshlib/nsh_netcmds.c index b1789d123..62c1d012a 100644 --- a/apps/nshlib/nsh_netcmds.c +++ b/apps/nshlib/nsh_netcmds.c @@ -69,7 +69,7 @@ #if defined(CONFIG_NET_ICMP) && defined(CONFIG_NET_ICMP_PING) && \ !defined(CONFIG_DISABLE_CLOCK) && !defined(CONFIG_DISABLE_SIGNALS) # include -# include +# include #endif #if defined(CONFIG_NET_UDP) && CONFIG_NFILE_DESCRIPTORS > 0 @@ -88,7 +88,7 @@ # ifdef CONFIG_HAVE_GETHOSTBYNAME # include # else -# include +# include # endif # include #endif diff --git a/apps/nshlib/nsh_netinit.c b/apps/nshlib/nsh_netinit.c index 9a44f4905..5afa4b56c 100644 --- a/apps/nshlib/nsh_netinit.c +++ b/apps/nshlib/nsh_netinit.c @@ -48,7 +48,7 @@ #include #if defined(CONFIG_NSH_DHCPC) || defined(CONFIG_NSH_DNS) -# include +# include # include #endif -- cgit v1.2.3