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" <tytso@mit.edu>
This commit is contained in:
Theodore Ts'o 2008-08-24 22:46:31 -04:00
parent c4dcb1c10a
commit e32677cd58

View File

@ -11,7 +11,7 @@
#include <string.h>
#include <stdlib.h>
const char *os_tab[] =
static const char *os_tab[] =
{ "Linux",
"Hurd",
"Masix",