diff options
-rw-r--r-- | util-linux/chrt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/chrt.c b/util-linux/chrt.c index a8701b55f..6799abb2d 100644 --- a/util-linux/chrt.c +++ b/util-linux/chrt.c | |||
@@ -93,7 +93,7 @@ int chrt_main(int argc UNUSED_PARAM, char **argv) | |||
93 | unsigned opt; | 93 | unsigned opt; |
94 | struct sched_param sp; | 94 | struct sched_param sp; |
95 | char *pid_str; | 95 | char *pid_str; |
96 | char *priority = priority; /* for compiler */ | 96 | char *priority = NULL; |
97 | const char *current_new; | 97 | const char *current_new; |
98 | int policy = SCHED_RR; | 98 | int policy = SCHED_RR; |
99 | int ret; | 99 | int ret; |