aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-01-30 23:13:29 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-01-30 23:13:29 +0000
commit019b83fc5459a0f7df9a5f1e8bfcff7251447f7e (patch)
tree29e758d4ad659422a03a1379ada5d5453db2c049 /nuttx/ChangeLog
parent1e4d04d53bf7b7f1cf97e33a51638decc723ce4c (diff)
downloadpx4-firmware-019b83fc5459a0f7df9a5f1e8bfcff7251447f7e.tar.gz
px4-firmware-019b83fc5459a0f7df9a5f1e8bfcff7251447f7e.tar.bz2
px4-firmware-019b83fc5459a0f7df9a5f1e8bfcff7251447f7e.zip
Get rid of psock.h (bad idea); Add logic to clone the socket structure when wrapping the telnet connection as a character driver
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4349 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index f5d211d26..476ef113e 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2410,3 +2410,6 @@
(submitted by Mike Smith).
* include/net/psock.h: Added a new low level socket interface that allows the
OS to use the socket interface without having a socket descriptor.
+ * include/net/psock.h: Removed psock.h. The new interfaces are moved into
+ nuttx/net.h which already has similar logic.
+