13 lines
464 B
Text
13 lines
464 B
Text
$NetBSD: patch-aj,v 1.1 2005/10/20 17:43:29 wiz Exp $
|
|
|
|
--- posix-process_scheduling.adb.orig 2002-10-24 02:03:52.000000000 -0600
|
|
+++ posix-process_scheduling.adb
|
|
@@ -104,7 +104,7 @@ package body POSIX.Process_Scheduling is
|
|
begin
|
|
Check (sched_getparam
|
|
(To_pid_t (Process), Params.Param'Unchecked_Access));
|
|
- return Scheduling_Parameters (Params);
|
|
+ return Params;
|
|
end Get_Scheduling_Parameters;
|
|
|
|
-----------------------------
|