From 1d495fe08aa21c03df867c65f942279e9284c01c Mon Sep 17 00:00:00 2001 From: ian Date: Sat, 17 May 2008 16:49:37 +0000 Subject: [PATCH] rtprio exec properly --- hostside/rtprio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hostside/rtprio.c b/hostside/rtprio.c index 3b99bcf..ac6b49e 100644 --- a/hostside/rtprio.c +++ b/hostside/rtprio.c @@ -122,7 +122,7 @@ static void rtf_acquire_CPU(void) { if (!child) { execlp("auth-sched-setscheduler", - "auth-sched-setscheduler","fifo",10,(char*)0); + "auth-sched-setscheduler","fifo","10",(char*)0); diee("exec auth-sched-setscheduler"); } mwaitpid(child, "auth-sched-setscheduler"); -- 2.30.2