summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 438fd2c21..705295f90 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9744,3 +9744,6 @@
* arch/arm/src/lpc17xx/lpc17_ethernet.c: Add IPv6 support to the LPC17
Ethernet driver. Untested... I no longer have a proper environment
for LPC17 debug (2015-02-10).
+ * include/netinet/in.h and libc/net/lib_addrconfig.c: Some extensions
+ to netinet/in.h adding some Linux compatible defintions. From Macs N
+ (2015-02-11).