Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e32677c
)
libblkid: Fix namespace leakage of unicode_16be_to_utf8
author
Theodore Ts'o
<tytso@mit.edu>
Mon, 25 Aug 2008 03:34:13 +0000
(23:34 -0400)
committer
Theodore 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
patch
|
blob
|
history
diff --git
a/lib/blkid/probe.c
b/lib/blkid/probe.c
index
92052e1
..
04eb29a
100644
(file)
--- a/
lib/blkid/probe.c
+++ b/
lib/blkid/probe.c
@@
-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;