confile: make per_name struct static

parent 4056542b
...@@ -2928,7 +2928,7 @@ void lxc_config_define_free(struct lxc_list *defines) ...@@ -2928,7 +2928,7 @@ void lxc_config_define_free(struct lxc_list *defines)
signed long lxc_config_parse_arch(const char *arch) signed long lxc_config_parse_arch(const char *arch)
{ {
#if HAVE_SYS_PERSONALITY_H #if HAVE_SYS_PERSONALITY_H
struct per_name { static struct per_name {
char *name; char *name;
unsigned long per; unsigned long per;
} pername[] = { } pername[] = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment