diff options
Diffstat (limited to 'net/net.c')
| -rw-r--r-- | net/net.c | 4 | 
1 files changed, 0 insertions, 4 deletions
| @@ -96,8 +96,6 @@  #include "dns.h"  #endif -#if defined(CONFIG_CMD_NET) -  DECLARE_GLOBAL_DATA_PTR;  #ifndef	CONFIG_ARP_TIMEOUT @@ -1872,8 +1870,6 @@ void copy_filename (char *dst, char *src, int size)  	*dst = '\0';  } -#endif -  #if defined(CONFIG_CMD_NFS) || defined(CONFIG_CMD_SNTP) || defined(CONFIG_CMD_DNS)  /*   * make port a little random, but use something trivial to compute |