diff -Naur linux-2.4.21-nc/fs/ntfs/types.h /mnt/lfs/usr/src/linux-2.4.21-nc/fs/ntfs/types.h --- linux-2.4.21-nc/fs/ntfs/types.h 2003-06-20 16:32:53.000000000 +0200 +++ /mnt/lfs/usr/src/linux-2.4.21-nc/fs/ntfs/types.h 2003-06-25 23:14:11.000000000 +0200 @@ -23,13 +23,13 @@ #ifndef _LINUX_NTFS_TYPES_H #define _LINUX_NTFS_TYPES_H -#if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 96) +//#if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 96) #define SN(X) X /* Struct Name */ #define SC(P,N) P.N /* ShortCut: Prefix, Name */ -#else -#define SN(X) +/*#else +#define SN(X) #define SC(P,N) N -#endif +#endif*/ /* 2-byte Unicode character type. */ typedef u16 uchar_t; diff -Naur linux-2.4.21-nc/include/sound/core.h /mnt/lfs/usr/src/linux-2.4.21-nc/include/sound/core.h --- linux-2.4.21-nc/include/sound/core.h 2003-06-20 16:22:41.000000000 +0200 +++ /mnt/lfs/usr/src/linux-2.4.21-nc/include/sound/core.h 2003-06-25 23:22:51.000000000 +0200 @@ -319,7 +319,7 @@ snd_verbose_printk(__FILE__, __LINE__, ##args) #else #define snd_printk(args...) \ - printk(##args) + printk(args) #endif #ifdef CONFIG_SND_ALSA_DEBUG