Whamcloud - gitweb
libblkid: Fix namespace leakage of unicode_16be_to_utf8
authorTheodore Ts'o <tytso@mit.edu>
Mon, 25 Aug 2008 03:34:13 +0000 (23:34 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 25 Aug 2008 03:34:13 +0000 (23:34 -0400)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/blkid/probe.c

index 92052e1..04eb29a 100644 (file)
@@ -1051,8 +1051,8 @@ static int probe_gfs2(struct blkid_probe *probe,
        return 1;
 }
 
-void unicode_16be_to_utf8(unsigned char *str, int out_len, 
-                        const unsigned char *buf, int in_len)
+static void unicode_16be_to_utf8(unsigned char *str, int out_len, 
+                                const unsigned char *buf, int in_len)
 {
        int i, j;
        unsigned int c;