diff options
author | Christopher Kenna <cjk@cs.unc.edu> | 2012-05-04 16:01:31 -0400 |
---|---|---|
committer | Christopher Kenna <cjk@cs.unc.edu> | 2012-05-04 16:01:31 -0400 |
commit | 788c87d653beb3c28a7b44d79b09ddcab5f7aa41 (patch) | |
tree | 4acf415d5f78c2057e1f61c16b949c909f5f865e /litmus | |
parent | bc53437f599fa2595385a2088a7bb74e47c4c8bb (diff) |
add forgotten static
Diffstat (limited to 'litmus')
-rw-r--r-- | litmus/color_proc.c | 4 |
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 */ | |||
10 | static int zero = 0; | 10 | static int zero = 0; |
11 | static int one = 1; | 11 | static int one = 1; |
12 | /* used as names for server proc entries */ | 12 | /* used as names for server proc entries */ |
13 | char *period_str = "period"; | 13 | static char *period_str = "period"; |
14 | char *wcet_str = "wcet"; | 14 | static 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 |