Removed SELFSTART_PROCESS as AUTOSTART_ENABLE generally serves that purpose - and AUTOSTART_ENABLE gets already set as required :-)
This commit is contained in:
parent
e70e729be6
commit
614fa668cd
16 changed files with 19 additions and 44 deletions
|
@ -30,7 +30,7 @@
|
|||
*
|
||||
* Author: Adam Dunkels <adam@sics.se>
|
||||
*
|
||||
* $Id: ftp.c,v 1.5 2008/02/07 16:30:08 oliverschmidt Exp $
|
||||
* $Id: ftp.c,v 1.6 2008/02/08 22:50:23 oliverschmidt Exp $
|
||||
*/
|
||||
/* Note to self: It would be nice to have a "View" option in the download dialog. */
|
||||
|
||||
|
@ -52,9 +52,7 @@
|
|||
|
||||
PROCESS(ftp_process, "FTP client");
|
||||
|
||||
#if SELFSTART_PROCESS
|
||||
AUTOSTART_PROCESSES(&ftp_process);
|
||||
#endif /* SELFSTART_PROCESS */
|
||||
|
||||
static void *connection;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue