summaryrefslogtreecommitdiffstats
path: root/schedutils
diff options
context:
space:
mode:
Diffstat (limited to 'schedutils')
-rw-r--r--schedutils/chrt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedutils/chrt.c b/schedutils/chrt.c
index 6c2c6f223..542b1fa42 100644
--- a/schedutils/chrt.c
+++ b/schedutils/chrt.c
@@ -156,7 +156,7 @@ static void show_rt_info(pid_t pid, int isnew)
static void show_min_max(void)
{
- int i;
+ unsigned long i;
int policies[] = { SCHED_OTHER, SCHED_FIFO, SCHED_RR,
#ifdef SCHED_BATCH
SCHED_BATCH,