File:  [ELWIX - Embedded LightWeight unIX -] / tftpd / src / exec.c
Revision 1.1.2.3: download - view: text, annotated - select for diffs - revision graph
Fri Feb 14 16:01:28 2014 UTC (10 years, 4 months ago) by misho
Branches: tftp0_2
add exec handling

    1: #include "global.h"
    2: #include "exec.h"
    3: 
    4: 
    5: void *
    6: execProg(sched_task_t *task)
    7: {
    8: 	ETRACE();
    9: 
   10: 	taskExit(task, NULL);
   11: }

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>