patch-2.4.26 linux-2.4.26/fs/jfs/jfs_unicode.c

Next file: linux-2.4.26/fs/jfs/jfs_xtree.c
Previous file: linux-2.4.26/fs/jfs/jfs_txnmgr.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.25/fs/jfs/jfs_unicode.c linux-2.4.26/fs/jfs/jfs_unicode.c
@@ -56,8 +56,8 @@
  * FUNCTION:	Convert character string to unicode string
  *
  */
-int jfs_strtoUCS(wchar_t * to,
-		 const char *from, int len, struct nls_table *codepage)
+static int jfs_strtoUCS(wchar_t * to, const char *from, int len,
+		struct nls_table *codepage)
 {
 	int charlen;
 	int i;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)