2004-04-12 15:34:48

by Samium Gromoff

[permalink] [raw]
Subject: [2.6.5][MIPS] oneliners somehow not made it into mainline [2/3]

Without this one it fails to build, too.

diff -urN -X './#cdiff.pattern' ./linux-2.6.5/fs/stat.c ./mc-2.6.5/fs/stat.c
--- ./linux-2.6.5/fs/stat.c 2004-04-12 16:07:38.000000000 +0400
+++ ./mc-2.6.5/fs/stat.c 2004-04-12 17:33:07.000000000 +0400
@@ -107,7 +107,8 @@

#if !defined(__alpha__) && !defined(__sparc__) && !defined(__ia64__) \
&& !defined(CONFIG_ARCH_S390) && !defined(__hppa__) \
- && !defined(__arm__) && !defined(CONFIG_V850) && !defined(__powerpc64__)
+ && !defined(__arm__) && !defined(CONFIG_V850) && !defined(__powerpc64__) \
+ && !defined(__mips__)

/*
* For backward compatibility? Maybe this should be moved