Fix examples/wget build

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1649 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2009-03-28 13:14:13 +00:00
parent 4bdf936730
commit 614277dd7c
18 changed files with 277 additions and 59 deletions
+3 -1
View File
@@ -672,4 +672,6 @@
(submitted by JPelletier). The is the same fix that was needed for the
eZ80 and fixed in 0.4.2.
* netutils: Added logic to support a simple wget() function
* examples/wget: Added a test for wget()
* examples/wget: Added a test for wget() (Not yet tested because of
some current networking limitations).
* lib/strncasecmp: Fix cut'n'paste error in function name.