Index: src/netif/etharp.c
===================================================================
--- src/netif/etharp.c	(revision 407)
+++ src/netif/etharp.c	(revision 408)
@@ -625,7 +625,7 @@
   u8_t i;
   u8_t for_us;
 #if LWIP_AUTOIP
-  u8_t * ethdst_hwaddr;
+  const u8_t * ethdst_hwaddr;
 #endif /* LWIP_AUTOIP */
 
   LWIP_ERROR("netif != NULL", (netif != NULL), return;);
@@ -1039,7 +1039,7 @@
   u8_t k; /* ARP entry index */
   struct etharp_hdr *hdr;
 #if LWIP_AUTOIP
-  u8_t * ethdst_hwaddr;
+  const u8_t * ethdst_hwaddr;
 #endif /* LWIP_AUTOIP */
 
   /* allocate a pbuf for the outgoing ARP request packet */
