From 2ba641e5f3879593e36fa84872289872a4060d03 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sun, 12 Feb 2017 00:19:33 +0000 Subject: misc: add static keyword to where needed [smatch scan] text-utils/rev.c:68:9: warning: symbol 'buf' was not declared. Should it be static? Signed-off-by: Sami Kerola --- sys-utils/renice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-utils/renice.c') diff --git a/sys-utils/renice.c b/sys-utils/renice.c index 656a111da..bc6e3c849 100644 --- a/sys-utils/renice.c +++ b/sys-utils/renice.c @@ -48,7 +48,7 @@ #include "c.h" #include "closestream.h" -const char *idtype[] = { +static const char *idtype[] = { [PRIO_PROCESS] = N_("process ID"), [PRIO_PGRP] = N_("process group ID"), [PRIO_USER] = N_("user ID"), -- cgit v1.2.3-55-g7522