--- zzzz-none-000/linux-2.4.17/fs/stat.c 2001-09-13 23:04:43.000000000 +0000 +++ sangam-fb-322/linux-2.4.17/fs/stat.c 2004-11-24 13:22:17.000000000 +0000 @@ -26,7 +26,9 @@ } -#if !defined(__alpha__) && !defined(__sparc__) && !defined(__ia64__) && !defined(CONFIG_ARCH_S390) && !defined(__hppa__) && !defined(__x86_64__) +#if !defined(__alpha__) && !defined(__sparc__) && !defined(__ia64__) && \ + !defined(CONFIG_ARCH_S390) && !defined(__hppa__) && !defined(__arm__) && \ + !defined(__x86_64__) /* * For backward compatibility? Maybe this should be moved @@ -127,7 +129,9 @@ } -#if !defined(__alpha__) && !defined(__sparc__) && !defined(__ia64__) && !defined(CONFIG_ARCH_S390) && !defined(__hppa__) && !defined(__x86_64__) +#if !defined(__alpha__) && !defined(__sparc__) && !defined(__ia64__) && \ + !defined(CONFIG_ARCH_S390) && !defined(__hppa__) && !defined(__arm__) && \ + !defined(__x86_64__) /* * For backward compatibility? Maybe this should be moved * into arch/i386 instead? @@ -163,7 +167,9 @@ return error; } -#if !defined(__alpha__) && !defined(__sparc__) && !defined(__ia64__) && !defined(CONFIG_ARCH_S390) && !defined(__hppa__) && !defined(__x86_64__) +#if !defined(__alpha__) && !defined(__sparc__) && !defined(__ia64__) && \ + !defined(CONFIG_ARCH_S390) && !defined(__hppa__) && !defined(__arm__) && \ + !defined(__x86_64__) /* * For backward compatibility? Maybe this should be moved @@ -201,7 +207,9 @@ return error; } -#if !defined(__alpha__) && !defined(__sparc__) && !defined(__ia64__) && !defined(CONFIG_ARCH_S390) && !defined(__hppa__) && !defined(__x86_64__) +#if !defined(__alpha__) && !defined(__sparc__) && !defined(__ia64__) && \ + !defined(CONFIG_ARCH_S390) && !defined(__hppa__) && !defined(__arm__) && \ + !defined(__x86_64__) /* * For backward compatibility? Maybe this should be moved