From 2b7f51fe0083cd292520a8f345ca0aab12655b8f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 30 May 2014 13:33:33 -0600 Subject: [PATCH] Move ICMP files from net/uip to net/icmp --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 10ace7eef1f..159fbc4abe3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7390,3 +7390,5 @@ * 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). + * net/igmp: Moved IGMP files from net/uip to net/igmp (2014-5-30). + * net/icmp: Moved ICMP files from net/uip to net/icmp (2014-5-30).