lkml.org 
[lkml]   [2002]   [Oct]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: 2.5.41-mm3

Hi,

> Compile failure:
>
> gcc -Wp,-MD,fs/smbfs/.inode.o.d -D__KERNEL__ -Iinclude -Wall
> -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe
> -mpreferred-stack-boundary=2 -march=i686 -Iarch/i386/mach-generic
> -fomit-frame-pointer -nostdinc -iwithprefix include -DSMBFS_PARANOIA
> -DKBUILD_BASENAME=inode -c -o fs/smbfs/inode.o fs/smbfs/inode.c
> fs/smbfs/inode.c: In function `smb_show_options':
> fs/smbfs/inode.c:436: `CONFIG_NLS_DEFAULT' undeclared (first use in this
> function)
> fs/smbfs/inode.c:436: (Each undeclared identifier is reported only once
> fs/smbfs/inode.c:436: for each function it appears in.)
> fs/smbfs/inode.c: In function `smb_fill_super':
> fs/smbfs/inode.c:536: `CONFIG_NLS_DEFAULT' undeclared (first use in this
> function)

There is a space missing in fs/nls/Config.in:

===== fs/nls/Config.in 1.7 vs edited =====
--- 1.7/fs/nls/Config.in Fri Oct 11 05:16:07 2002
+++ edited/fs/nls/Config.in Fri Oct 11 10:25:51 2002
@@ -12,7 +12,7 @@
# msdos and Joliet want NLS
if [ "$CONFIG_JOLIET" = "y" -o "$CONFIG_FAT_FS" != "n" \
-o "$CONFIG_NTFS_FS" != "n" -o "$CONFIG_NCPFS_NLS" = "y" \
- -o "$CONFIG_SMB_NLS" = "y" -o "$CONFIG_JFS_FS" != "n" -o "$CONFIG_CIFS" != "n"]; then
+ -o "$CONFIG_SMB_NLS" = "y" -o "$CONFIG_JFS_FS" != "n" -o "$CONFIG_CIFS" != "n" ]; then
define_bool CONFIG_NLS y
else
define_bool CONFIG_NLS n
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:29    [W:0.041 / U:0.160 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site