From: Theodore Ts'o Date: Mon, 25 Aug 2008 02:46:31 +0000 (-0400) Subject: libe2p: Fix namespace leakage of os_tab X-Git-Tag: v1.41.1~36 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=e32677cd58456f7581ec5dcc6583f89cb4a1acdd;p=tools%2Fe2fsprogs.git libe2p: Fix namespace leakage of os_tab Make os_tab static, since there's no reason it should be exposed. Signed-off-by: "Theodore Ts'o" --- diff --git a/lib/e2p/ostype.c b/lib/e2p/ostype.c index 826e080..3cd6257 100644 --- a/lib/e2p/ostype.c +++ b/lib/e2p/ostype.c @@ -11,7 +11,7 @@ #include #include -const char *os_tab[] = +static const char *os_tab[] = { "Linux", "Hurd", "Masix",