@@ -32,7 +32,7 @@
|
||||
*
|
||||
*/
|
||||
int
|
||||
cifs_strfromUCS_le(char *to, const __le16 * from,
|
||||
cifs_strfromUCS_le(char *to, const __le16 *from,
|
||||
int len, const struct nls_table *codepage)
|
||||
{
|
||||
int i;
|
||||
@@ -61,7 +61,7 @@ cifs_strfromUCS_le(char *to, const __le16 * from,
|
||||
*
|
||||
*/
|
||||
int
|
||||
cifs_strtoUCS(__le16 * to, const char *from, int len,
|
||||
cifs_strtoUCS(__le16 *to, const char *from, int len,
|
||||
const struct nls_table *codepage)
|
||||
{
|
||||
int charlen;
|
||||
|
新增問題並參考
封鎖使用者