Fix another error in conditional compilation; plus some additional cosmetic changes

This commit is contained in:
Gregory Nutt
2015-01-24 09:04:28 -06:00
parent 5060c35094
commit d84abfafc4
2 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ struct ipv6_hdr_s
#endif /* CONFIG_NET_IPv6 */
#ifdef CONFIG_NET_STATISTICS
#ifdef CONFIG_NET_IPv6
#ifdef CONFIG_NET_IPv4
struct ipv4_stats_s
{
net_stats_t drop; /* Number of dropped packets at the IP layer */