More patches/bugfixes from Kate
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5056 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
a123dd9628
commit
8aa93837e2
@ -283,4 +283,6 @@
|
|||||||
|
|
||||||
* apps/netutils/thttpd/thttpd_cgi.c: Missing NULL in argv[]
|
* apps/netutils/thttpd/thttpd_cgi.c: Missing NULL in argv[]
|
||||||
list (contributed by Kate).
|
list (contributed by Kate).
|
||||||
|
* apps/nshlib/nsh_parse.c: CONFIG_NSH_DISABLE_WGET not CONFIG_NSH_DISABLE_GET
|
||||||
|
in one location (found by Kate).
|
||||||
|
|
||||||
|
@ -370,7 +370,7 @@ static const struct cmdmap_s g_cmdmap[] =
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(CONFIG_NET_TCP) && CONFIG_NFILE_DESCRIPTORS > 0
|
#if defined(CONFIG_NET_TCP) && CONFIG_NFILE_DESCRIPTORS > 0
|
||||||
# ifndef CONFIG_NSH_DISABLE_GET
|
# ifndef CONFIG_NSH_DISABLE_WGET
|
||||||
{ "wget", cmd_wget, 2, 4, "[-o <local-path>] <url>" },
|
{ "wget", cmd_wget, 2, 4, "[-o <local-path>] <url>" },
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user