summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-03 23:18:34 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-03 23:18:34 +0000
commit8e1975393114d786b3699f926a416c3945ec3dfd (patch)
tree836687c8a01c9ab067c477767811699a0584323f /nuttx/ChangeLog
parentf885003829cabac6e8a2db65b318f897f25ff933 (diff)
downloadnuttx-8e1975393114d786b3699f926a416c3945ec3dfd.tar.gz
nuttx-8e1975393114d786b3699f926a416c3945ec3dfd.tar.bz2
nuttx-8e1975393114d786b3699f926a416c3945ec3dfd.zip
Move all non-standard, NuttX header files into include/nuttx/net
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4450 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 79919b917..95acb0450 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2526,4 +2526,6 @@
low level, thread-independent socket interfaces for use within the OS.
Some of these are currently used by the FTP controlling terminal. More will
be used to support the NFS file system currenly underwork.
-
+ * include/nuttx/net/: Major re-organization of networking headerf files.
+ Moved all non-standard, NuttX-specific header files from include/net and
+ include/nuttx into include/nuttx/net.