fs/smbfs/proc.c |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diff -puN fs/smbfs/proc.c~smbfs-nls-fix fs/smbfs/proc.c
--- 25-power4/fs/smbfs/proc.c~smbfs-nls-fix	2003-09-21 23:29:42.000000000 -0700
+++ 25-power4-akpm/fs/smbfs/proc.c	2003-09-21 23:30:17.000000000 -0700
@@ -212,12 +212,9 @@ static int char2uni(const unsigned char 
 }
 
 static struct nls_table unicode_table = {
-	"unicode",
-	uni2char,
-	char2uni,
-	NULL,		/* not used by smbfs */
-	NULL,
-	NULL,		/* not a module */
+	.charset	= "unicode",
+	.uni2char	= uni2char,
+	.char2uni	= char2uni,
 };
 
 /* ----------------------------------------------------------- */

_