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 (11 years, 10 months ago) by misho
Branches: tftp0_2
add exec handling

#include "global.h"
#include "exec.h"


void *
execProg(sched_task_t *task)
{
	ETRACE();

	taskExit(task, NULL);
}

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