summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-30 22:20:42 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-30 22:20:42 +0000
commit9d5a2de3b28f61877858489604ddbaaf727e5409 (patch)
treefe3d918b2d1dec3f298c02e9ac77527b7c5a6f3d /nuttx/ChangeLog
parent9ddfc032d424842691e1f4a30960547b578c9036 (diff)
downloadnuttx-9d5a2de3b28f61877858489604ddbaaf727e5409.tar.gz
nuttx-9d5a2de3b28f61877858489604ddbaaf727e5409.tar.bz2
nuttx-9d5a2de3b28f61877858489604ddbaaf727e5409.zip
A few more telnet updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4348 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 72024519b..f5d211d26 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/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.