From 10d3afde03b62b3e45bb871849aefd66f1d26e27 Mon Sep 17 00:00:00 2001 From: Bernard Xiong Date: Mon, 4 May 2015 20:34:07 +0800 Subject: [PATCH] [DFS] rename netdb.c to lwip_netdb.c in dfs_lwip. To avoid same file name, therefore change the netdb.c to lwip_netdbc in dfs_lwip. --- components/dfs/filesystems/lwip/{netdb.c => lwip_netdb.c} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename components/dfs/filesystems/lwip/{netdb.c => lwip_netdb.c} (100%) diff --git a/components/dfs/filesystems/lwip/netdb.c b/components/dfs/filesystems/lwip/lwip_netdb.c similarity index 100% rename from components/dfs/filesystems/lwip/netdb.c rename to components/dfs/filesystems/lwip/lwip_netdb.c