From 28bef9c85da3e3bd1f31e4e6b65b0123799e2bb6 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 30 Jan 2012 22:20:42 +0000 Subject: [PATCH] A few more telnet updates git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4348 42af7a65-404d-4744-a932-0658087f49c3 --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 72024519b87..f5d211d2606 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2408,5 +2408,5 @@ sub-directory: By making libboard.a a "phony" target, libboard.a should always rebuilt (the end result is worth the small increase in build time) (submitted by Mike Smith). - * include/net/psock.h: A new low level socket interface that allows the OS - to use the socket interface without having a socket descriptor. + * 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.