From 019b83fc5459a0f7df9a5f1e8bfcff7251447f7e Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 30 Jan 2012 23:13:29 +0000 Subject: 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 --- nuttx/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nuttx/ChangeLog') 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. + -- cgit v1.2.3