networking: cosmetic changes

This commit is contained in:
Gregory Nutt 2016-02-24 16:10:20 -06:00
parent b6f5ffa9a8
commit d19e9cc448
3 changed files with 3 additions and 3 deletions

2
arch

@ -1 +1 @@
Subproject commit 6e6f7947bc11679ec220022b696b8d47badf45f7
Subproject commit 733010246bc55e28b8c99bc13798955a207c9860

View File

@ -36,7 +36,7 @@
# ARP support is available for Ethernet only
ifeq ($(CONFIG_NET_ARP),y)
NET_CSRCS +=arp_arpin.c arp_out.c arp_format.c arp_table.c arp_timer.c
NET_CSRCS += arp_arpin.c arp_out.c arp_format.c arp_table.c arp_timer.c
ifeq ($(CONFIG_NET_ARP_IPIN),y)
NET_CSRCS += arp_ipin.c

View File

@ -94,7 +94,7 @@ extern "C"
* Public Function Prototypes
****************************************************************************/
struct eth_hdr_s; /* Forward reference */
struct eth_hdr_s; /* Forward reference */
/* Defined in pkt_conn.c ****************************************************/
/****************************************************************************