diff options
Diffstat (limited to 'util-linux/renice.c')
-rw-r--r-- | util-linux/renice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/renice.c b/util-linux/renice.c index 53f197cce..f2737f29b 100644 --- a/util-linux/renice.c +++ b/util-linux/renice.c | |||
@@ -45,7 +45,7 @@ int renice_main(int argc UNUSED_PARAM, char **argv) | |||
45 | { | 45 | { |
46 | static const char Xetpriority_msg[] ALIGN1 = "%cetpriority"; | 46 | static const char Xetpriority_msg[] ALIGN1 = "%cetpriority"; |
47 | 47 | ||
48 | int retval = EXIT_SUCCESS; | 48 | exitcode_t retval = EXIT_SUCCESS; |
49 | int which = PRIO_PROCESS; /* Default 'which' value. */ | 49 | int which = PRIO_PROCESS; /* Default 'which' value. */ |
50 | int use_relative = 0; | 50 | int use_relative = 0; |
51 | int adjustment, new_priority; | 51 | int adjustment, new_priority; |