From af0892ddea0c40dc1f63de5c6659133ab1b516eb 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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index f6d5c674a5f..10ace7eef1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7385,3 +7385,8 @@ * libc/stdio/lib_snprintf.c: If the size passed to snprintf() is zero, then snprintf() must write nothing, but instead return the size of the buffer needed to hold the entire string. From Sami Pelkonen (2014-5-30). + * net/arp: Move arp related files from net/uip to net/arp. Files renamed + with arp_ prefix (2014-5-30). + * include/nuttx/net/arp.h and net/arp/arp_timer.c: Moved + include/nuttx/net/uip/uip-arp.h to include/nuttx/net/arp.h; moved + net/net_arptimer to arp/arp_timer.c. (2014-5-30).