X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fjfs%2Fjfs_unicode.c;h=b32208aad5508ee86afa10a3319f8af58fad2582;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=974077fe124ba250c2e44dde1b3638f86d51fc18;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/fs/jfs/jfs_unicode.c b/fs/jfs/jfs_unicode.c index 974077fe1..b32208aad 100644 --- a/fs/jfs/jfs_unicode.c +++ b/fs/jfs/jfs_unicode.c @@ -29,7 +29,7 @@ * FUNCTION: Convert little-endian unicode string to character string * */ -int jfs_strfromUCS_le(char *to, const wchar_t * from, /* LITTLE ENDIAN */ +int jfs_strfromUCS_le(char *to, const __le16 * from, int len, struct nls_table *codepage) { int i;