A few more telnet updates

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4348 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2012-01-30 22:20:42 +00:00
parent 9b617b6133
commit 28bef9c85d
+2 -2
View File
@@ -2408,5 +2408,5 @@
sub-directory: By making libboard.a a "phony" target, libboard.a should 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) always rebuilt (the end result is worth the small increase in build time)
(submitted by Mike Smith). (submitted by Mike Smith).
* include/net/psock.h: A new low level socket interface that allows the OS * include/net/psock.h: Added a new low level socket interface that allows the
to use the socket interface without having a socket descriptor. OS to use the socket interface without having a socket descriptor.