--- tftpd/src/exec.c 2014/02/14 15:42:18 1.1.2.1 +++ tftpd/src/exec.c 2014/02/14 16:01:28 1.1.2.3 @@ -1,3 +1,11 @@ #include "global.h" +#include "exec.h" +void * +execProg(sched_task_t *task) +{ + ETRACE(); + + taskExit(task, NULL); +}