aboutsummaryrefslogtreecommitdiffstats
path: root/litmus
diff options
context:
space:
mode:
authorChristopher Kenna <cjk@cs.unc.edu>2012-05-04 16:01:31 -0400
committerChristopher Kenna <cjk@cs.unc.edu>2012-05-04 16:01:31 -0400
commit788c87d653beb3c28a7b44d79b09ddcab5f7aa41 (patch)
tree4acf415d5f78c2057e1f61c16b949c909f5f865e /litmus
parentbc53437f599fa2595385a2088a7bb74e47c4c8bb (diff)
add forgotten static
Diffstat (limited to 'litmus')
-rw-r--r--litmus/color_proc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/litmus/color_proc.c b/litmus/color_proc.c
index a8bcd145ccf0..adf38a80f93a 100644
--- a/litmus/color_proc.c
+++ b/litmus/color_proc.c
@@ -10,8 +10,8 @@ extern int color_sysctl_add_pages_data; /* litmus/color.c */
10static int zero = 0; 10static int zero = 0;
11static int one = 1; 11static int one = 1;
12/* used as names for server proc entries */ 12/* used as names for server proc entries */
13char *period_str = "period"; 13static char *period_str = "period";
14char *wcet_str = "wcet"; 14static char *wcet_str = "wcet";
15 15
16/* servers have a WCET and period */ 16/* servers have a WCET and period */
17#define NR_SERVER_PARAMS 2 17#define NR_SERVER_PARAMS 2