Commit 0f857e0d authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

net: Make @devconfs static

It is not used outside of net.c
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 549998b1
...@@ -51,7 +51,7 @@ int read_ns_sys_file(char *path, char *buf, int len) ...@@ -51,7 +51,7 @@ int read_ns_sys_file(char *path, char *buf, int len)
return rlen; return rlen;
} }
char *devconfs[] = { static char *devconfs[] = {
"accept_local", "accept_local",
"accept_redirects", "accept_redirects",
"accept_source_route", "accept_source_route",
......
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