From d416a8c82d573155c780a1f7e9ecaf73cd0f23f0 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 30 May 2014 12:13:42 -0600 Subject: [PATCH] Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all uip_arp_ functions to arp_ --- ChangeLog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index b63ac9589..fa09e4eaf 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -927,3 +927,5 @@ * apps/system/cle: CLE was not returning the terminating newline character. But reported by Max kriegleder; work-around reported by Lorenz Meier (2015-5-23). + * Misc changes due to moving nuttx/net/uip/uip-arp.h to nuttx/net/arp.h + (2015-5-30).