From bdd22133fc2092328ff9a8f0128d8584642051b5 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 17 Jan 2008 15:50:48 +0000 Subject: minios: support several netfronts Signed-off-by: Samuel Thibault --- extras/mini-os/kernel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/mini-os/kernel.c') diff --git a/extras/mini-os/kernel.c b/extras/mini-os/kernel.c index 4594e25e3c..095f38cd6a 100644 --- a/extras/mini-os/kernel.c +++ b/extras/mini-os/kernel.c @@ -82,7 +82,7 @@ static void periodic_thread(void *p) static void netfront_thread(void *p) { - init_netfront(&start_info); + init_netfront(NULL, NULL, NULL); } /* This should be overridden by the application we are linked against. */ -- cgit v1.2.3